-
public class StockScatterDateTime extends Base
The StockScatterDateTime class contains methods for configuring scatter datetime scale on the Stock.
-
-
Constructor Summary
Constructors Constructor Description StockScatterDateTime(String jsChart)
-
Method Summary
Modifier and Type Method Description static StockScatterDateTimeinstantiate()StringgetJsBase()voidgetFullMaximum()Getter for the full scale maximum. voidgetFullMinimum()Getter for the full scale minimum. voidgetGroupingUnit()voidgetGroupingUnitCount()voidgetMaximum()Getter for the scale maximum. voidgetMinimum()Getter for the scale minimum. voidinverseTransform(Number ratio)Processes reverse transformation of the ratio backward to value. voidremoveAllListeners(String type)Removes all listeners from an object. voidticks()Getter for scale ticks. voidticksCount()Getter for the minor ticks count. StockScatterDateTimeticksCount(Number count)Setter for the minor ticks count. voidtransform(Number value)Transforms values to ratio. voidtransform(String value)Transforms values to ratio. voidsetOnClickListener(ListenersInterface.OnClickListener listener)voidsetOnClickListener(ListenersInterface.OnClickListener listener, String type, String ePath)voidunlistenByKey(String key)Removes an event listener which was added with listen() by the key returned by listen() or listenOnce(). -
-
Constructor Detail
-
StockScatterDateTime
StockScatterDateTime(String jsChart)
-
-
Method Detail
-
instantiate
static StockScatterDateTime instantiate()
-
getFullMaximum
void getFullMaximum()
Getter for the full scale maximum.
-
getFullMinimum
void getFullMinimum()
Getter for the full scale minimum.
-
getGroupingUnit
void getGroupingUnit()
-
getGroupingUnitCount
void getGroupingUnitCount()
-
getMaximum
void getMaximum()
Getter for the scale maximum.
-
getMinimum
void getMinimum()
Getter for the scale minimum.
-
inverseTransform
void inverseTransform(Number ratio)
Processes reverse transformation of the ratio backward to value.
-
removeAllListeners
void removeAllListeners(String type)
Removes all listeners from an object. You can also optionally remove listeners of some particular type.
-
ticks
void ticks()
Getter for scale ticks.
-
ticksCount
void ticksCount()
Getter for the minor ticks count.
-
ticksCount
StockScatterDateTime ticksCount(Number count)
Setter for the minor ticks count.
-
setOnClickListener
void setOnClickListener(ListenersInterface.OnClickListener listener)
-
setOnClickListener
void setOnClickListener(ListenersInterface.OnClickListener listener, String type, String ePath)
-
unlistenByKey
void unlistenByKey(String key)
Removes an event listener which was added with listen() by the key returned by listen() or listenOnce().
-
-
-
-