Use the following classes to work with the Chart component:
| Identifier | Brief description |
| The AreaPoint class is used to work with a point of area chart. | |
| The AreaSeries class is used to work with a series of area chart. | |
| The Axis class is used to work with a chart axis. | |
| The AxisTicks class is used to work with axis tick marks. | |
| The BarPoint class is used to work with a bar chart series point. | |
| The BarSeries class is used to work with bar chart series. | |
| The BubblePoint class is used to work with a bubble chart point. | |
| The BubbleSeries class is used to work with a bubble chart series. | |
| The Caption class is used to work with a chart caption. | |
| The Chart class is used to work with a chart displayed on the mobile device screen. | |
| The ChartAnimation class is used to work with animation parameters. | |
| The ChartAnimationFade class works with parameters of animation that changes object transparency: from full transparency to full opacity. | |
| The ChartAnimationMove class is used to work with animation that moves an object. | |
| The ChartAnimationPieMove class is used to work with animation that moves a pie chart sector | |
| The ChartAnimationRotate class is used to work with animation that rotates an object. | |
| The ChartAnimationScale class is used to work with animation that scales the object. | |
| The ChartArea class is used to work with a chart area | |
| The ChartBorder class is used to work with a chart border. | |
| The ChartLabel class is used to work with a chart label. | |
| The ChartLegend class is used to work with a chart legend. | |
| The ChartLegendView class is used to work with a chart legend displayed on a mobile device. | |
| The ChartLine class is used to work with chart lines. | |
| The ChartObject class is used to work with chart visual elements. | |
| The ChartPlaced class is used to work with chart elements, for which margins and background can be set. | |
| The ChartPlotArea class is used to work with a chart plot area. | |
| The ChartPoint class is used to work with a chart series point. | |
| The ChartSeries class is used to work with chart series | |
| The ColumnPoint class is used to work with a histogram series point | |
| The ColumnSeries class is used to work with a column chart series | |
| The LevelLineHolder class is used to work with a level line | |
| The LinePoint class is used to work with a line chart series point | |
| The LineSeries class is used to work with a line chart series | |
| The PiePoint class is used to work with a pie chart series point | |
| The PieSeries class is used to work with a pie chart series | |
| The RadialAxis class is used to work with a radial axis | |
| The TimeAxis class is used to work with a timeline | |
| The ValueAxis class is used to work with an axis that displays values and labels. |
See also: