-
-
Method Summary
Modifier and Type Method Description static Pointinstantiate()StringgetJsBase()voidexists()Checks the existence of the current point (by index) in dataset. voidget(String field)Fetches a field value from point data row by its name. SeparateChartgetChart()Getter for the chart which current point belongs to. voidgetIndex()Getter for the point index in chart or series. voidgetStat(Statistics key)Getter for the statistics value by key. voidgetStat(String key)Getter for the statistics value by key. voidhovered()Getter for the hover point state. Pointhovered(Boolean enabled)Setter for hover point state. voidselected()Getter for the select point state. Pointselected(Boolean enabled)Setter for select point state. Pointset(String field, String value)Sets the field of the point data row to the specified value. -
-
Constructor Detail
-
Point
Point(String jsChart)
-
-
Method Detail
-
instantiate
static Point instantiate()
-
exists
void exists()
Checks the existence of the current point (by index) in dataset.
-
getChart
SeparateChart getChart()
Getter for the chart which current point belongs to.
-
getIndex
void getIndex()
Getter for the point index in chart or series.
-
getStat
void getStat(Statistics key)
Getter for the statistics value by key.
-
hovered
void hovered()
Getter for the hover point state.
-
selected
void selected()
Getter for the select point state.
-
-
-
-