The ChartPoint class is used to work with a chart series point.
ChartPoint
Classes that are used to work with points of various series types:
AreaPoint. Point of an area chart series.
BarPoint. Point of a bar chart series.
BubblePoint. Point of a bubble chart series.
ColumnPoint. Point of a column chart series.
LinePoint. Point of a line chart series.
PiePoint. Point of pie chart series.
chartLabel. Point label parameters.
chartLabelVisible. Determines whether to display a point label.
noValue. Determines whether the series point contains a value.
series. The series that includes the point.
shadowColor. Color of point shadow.
shadowOffset. Offset of point shadow.
shadowOpacity. Transparency of point shadow.
shadowRadius. Radius of point shadow.
showShadow. Determines whether to show point shadow.
moveAboveAllByZOrder. Changes drawing order by displaying a point over all the other points.
restoreZOrder. Restores initial drawing order.
See also: