-
public class TreeChartPoint extends Point
Class that wraps point of series or chart.
-
-
Constructor Summary
Constructors Constructor Description TreeChartPoint(String jsChart)
-
Method Summary
Modifier and Type Method Description static TreeChartPointinstantiate()StringgetJsBase()voidexists()Checks if the point exists. voidget(String field)Getter for the current value from data by path specified. SeparateChartgetChart()Getter for the chart point belongs to. voidgetIndex()Getter for the point linear index. DataItemgetNode()Returns a node. voidhovered()Getter for the hover point state. TreeChartPointhovered(Boolean enabled)Setter for the hover point state. voidselected()Getter for the select point state. TreeChartPointselected(Boolean value)Setter for the select point state. TreeChartPointset(String field, String value)Setter for the value to the data by path. voidgetStat(Statistics key)Getter for the statistics value by key. voidgetStat(String key)Getter for the statistics value by key. -
-
Constructor Detail
-
TreeChartPoint
TreeChartPoint(String jsChart)
-
-
Method Detail
-
instantiate
static TreeChartPoint instantiate()
-
exists
void exists()
Checks if the point exists.
-
getChart
SeparateChart getChart()
Getter for the chart point belongs to.
-
getIndex
void getIndex()
Getter for the point linear index.
-
hovered
void hovered()
Getter for the hover point state.
-
hovered
TreeChartPoint hovered(Boolean enabled)
Setter for the hover point state.
-
selected
void selected()
Getter for the select point state.
-
selected
TreeChartPoint selected(Boolean value)
Setter for the select point state.
-
set
TreeChartPoint set(String field, String value)
Setter for the value to the data by path.
-
getStat
void getStat(Statistics key)
Getter for the statistics value by key.
-
-
-
-