Interface | Description | |
---|---|---|
ICategorySeries | Defines functions and properties for an ISeries that relies on categories. | |
ILegendItemSeries | A series type that can create data for a legend. | |
ISeries | A renderer for a series displayed on a chart. | |
ISeriesItemRenderer | A renderer for an item in a series on a chart. |
Class | Description | |
---|---|---|
BarSeries | Renders data points as a series of horizontal bars. | |
CartesianSeries | Functionality common to most series appearing in cartesian charts. | |
ColumnSeries | Renders data points as a series of vertical columns. | |
LineSeries | Renders data points as a series of connected line segments. | |
PieSeries | Renders data points as a series of pie-like wedges. | |
Series | Functionality common to most series. | |
SeriesItemRenderer | The primary item renderer class for a chart series. |