| Interface | Description |
|---|---|
| IMarker |
| Class | Description |
|---|---|
| AxisBase |
Base-class of all axes (previously called labels).
|
| ComponentBase |
This class encapsulates everything both Axis, Legend and LimitLines have in common.
|
| Description |
Created by Philipp Jahoda on 17/09/16.
|
| Legend |
Class representing the legend of the chart.
|
| LegendEntry | |
| LimitLine |
The limit line is an additional feature for all Line-, Bar- and
ScatterCharts.
|
| MarkerImage |
View that can be displayed when selecting values in the chart.
|
| 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.LegendHorizontalAlignment | |
| Legend.LegendOrientation | |
| Legend.LegendVerticalAlignment | |
| 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
|