BarPoint

Description

The BarPoint class is used to work with a bar chart series point.

Inheritance Hierarchy

          NSObject

          ChartPoint

          ColumnPoint

          BarPoint

Comments

Use the BarSeries class to work with a bar chart series.

Properties inherited from ColumnPoint

background. Background parameters.

borderColor. Border color.

borderRadius. Radius of upper border corners.

borderThickness. Border thickness.

Properties inherited from ChartPoint

chartLabel. Point label parameters.

chartLabelVisible. Determines whether to display 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 display point shadow.

Methods inherited from ChartPoint

moveAboveAllByZOrder. Changes drawing order by displaying a point over all the other points.

restoreZOrder. Restores initial drawing order.

See also:

Classes