-
-
Method Summary
Modifier and Type Method Description static PiePointinstantiate()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. voidgetEndAngle()Gets end angle of the point. voidgetIndex()Getter for the point index in chart or series. voidgetStartAngle()Gets start angle of the point. 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. PiePointhovered(Boolean enabled)Setter for hover point state. voidselected()Getter for the select point state. PiePointselected(Boolean enabled)Setter for the select point state. PiePointset(String field, String value)Sets the field of the point data row to the specified value. -
-
Constructor Detail
-
PiePoint
PiePoint(String jsChart)
-
-
Method Detail
-
instantiate
static PiePoint 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.
-
getEndAngle
void getEndAngle()
Gets end angle of the point. Note: Works only after chart.draw() is called.
-
getIndex
void getIndex()
Getter for the point index in chart or series.
-
getStartAngle
void getStartAngle()
Gets start angle of the point. Note: Works only after chart.draw() is called.
-
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.
-
-
-
-