| Class | Description |
|---|---|
| AxisBase |
Baseclass of all labels.
|
| ComponentBase |
This class encapsulates everything both Axis, Legend and LimitLines have in common.
|
| Legend |
Class representing the legend of the chart.
|
| LimitLine |
The limit line is an additional feature for all Line-, Bar- and
ScatterCharts.
|
| MarkerView |
View that can be displayed when selecting values in the chart.
|
| XAxis |
Class representing the x-axis labels settings.
|
| YAxis |
Class representing the y-axis labels settings and its entries.
|
| Enum | Description |
|---|---|
| Legend.LegendDirection | |
| Legend.LegendForm | |
| Legend.LegendPosition | |
| LimitLine.LimitLabelPosition |
enum that indicates the position of the LimitLine label
|
| XAxis.XAxisPosition |
enum for the position of the x-labels relative to the chart
|
| YAxis.AxisDependency |
Enum that specifies the axis a DataSet should be plotted against, either LEFT or RIGHT.
|
| YAxis.YAxisLabelPosition |
enum for the position of the y-labels relative to the chart
|