| Interface | Description |
|---|---|
| Chart |
Interface for all charts.
|
| Class | Description |
|---|---|
| AbstractChartView |
Abstract class for charts views.
|
| BubbleChartView |
BubbleChart, supports circle bubbles and square bubbles.
|
| ColumnChartView |
ColumnChart/BarChart, supports subcolumns, stacked collumns and negative values.
|
| ComboLineColumnChartView |
ComboChart, supports ColumnChart combined with LineChart.
|
| LineChartView |
LineChart, supports cubic lines, filled lines, circle and square points.
|
| PieChartView |
PieChart is a little different than others charts.
|
| PreviewColumnChartView |
Preview chart that can be used as overview for other ColumnChart.
|
| PreviewLineChartView |
Preview chart that can be used as overview for other LineChart.
|