Interface | Description |
---|---|
ChartLabelRenderer |
Class | Description |
---|---|
AreaRendererBase | |
BaseLabelRenderer |
Base class for all chart series renderer classes.
|
CartesianAxisLabelRenderer | |
ChartSeriesRenderer |
Base class for all renders of the chart series.
|
LineRenderer |
Represents a
ChartSeriesRenderer and is used for rendering lines in the chart series. |
PointingLabelRenderer |
Label renderer that adds a pointer as part of the standard label shape.
|
ScatterLineRenderer | |
SplineAreaRenderer |
Represents an
AreaRendererBase that adds the functionality of rendering areas ending with
a spline like shape instead of the normal rectangular form. |
SplineRenderer |
Represents a
LineRenderer that adds spline rendering functionality on top of the normal
line rendering. |