-
public class StockOrdinalDateTime extends StockScatterDateTime
The StockOrdinalDateTime class contains methods for configuring ordinal date time scale on the Stock.
-
-
Constructor Summary
Constructors Constructor Description StockOrdinalDateTime(String jsChart)
-
Method Summary
Modifier and Type Method Description static StockOrdinalDateTimeinstantiate()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. 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(). voidticks()Getter for scale ticks. voidticksCount()Getter for the minor ticks count. StockOrdinalDateTimeticksCount(Number count)Setter for the minor ticks count. -
-
Constructor Detail
-
StockOrdinalDateTime
StockOrdinalDateTime(String jsChart)
-
-
Method Detail
-
instantiate
static StockOrdinalDateTime 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.
-
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().
-
ticks
void ticks()
Getter for scale ticks.
-
ticksCount
void ticksCount()
Getter for the minor ticks count.
-
ticksCount
StockOrdinalDateTime ticksCount(Number count)
Setter for the minor ticks count.
-
-
-
-