| Interface | Description |
|---|---|
| SeriesHighlighter |
Interface for
Series highlighting effects. |
| SeriesLabelProvider<M> |
SeriesLabelProvider's are responsible for returning a label for
a given object. |
| SeriesRenderer<M> |
Interface used to create a custom renderer for a series.
|
| Class | Description |
|---|---|
| AbstractPieSeries<M> |
Abstract class representing the core pie series functionality.
|
| AreaHighlighter |
Highlighting effects used by
AreaSeries. |
| AreaSeries<M> |
Creates a Stacked Area Chart.
|
| BarHighlighter |
Highlighting effects used by
BarSeries. |
| BarSeries<M> |
Creates a Bar Chart.
|
| GaugeSeries<M> |
Creates a Gauge Chart.
|
| LineHighlighter | |
| LineSeries<M> |
Creates a Line Chart.
|
| MultipleColorSeries<M> |
A series that uses a list of colors.
|
| PieSeries<M> |
Creates a Pie Chart.
|
| Primitives |
Collection of methods to generate primitive shapes.
|
| RadarSeries<M> |
Creates a Radar Chart.
|
| ScatterHighlighter |
Highlighting effects used by
ScatterSeries. |
| ScatterSeries<M> |
Creates a Scatter Chart.
|
| Series<M> |
Series is the abstract class containing the common logic to all chart series.
|
| SeriesLabelConfig<M> |
Configuration for
Series labels. |
| SeriesToolTipConfig<M> |
Configuration for
Series tooltip. |
| Slice |
Class that represents a pie slice in a series.
|
| Enum | Description |
|---|---|
| Series.LabelPosition |
Enumeration used for labels positioned on the series.
|
Copyright © 2014. All Rights Reserved.