Class | Description |
---|---|
AreaSeries |
Represents a chart series that are visualized like an area figure in the cartesian space.
|
BarSeries |
The bar series renders information as bars or columns.
|
BubbleSeries | |
CandlestickSeries |
Used to render candle stick financial data.
|
CategoricalSeries |
Base class for all
ChartSeries that may contain CategoricalDataPoint . |
CategoricalSeriesBase | |
CategoricalSeriesLabelRenderer |
Label renderer handling the labels in the
CategoricalSeries instances. |
CategoricalStrokedSeries |
Base class for all
CategoricalSeries that have a stroke. |
DataPointIndicatorRenderer | |
LineSeries |
Visualizes a collection of data points using a line.
|
OhlcSeries |
Used to render OHLC financial data.
|
OhlcSeriesBase |
A base class for chart series that plot financial indicators using High, Low, Open, Close values.
|
OhlcSeriesLabelRenderer | |
RangeBarSeries |
This chart series renders data as range bars.
|
RangeBarSeriesLabelRenderer |
Label renderer handling the labels in the
RangeBarSeries instances. |
RangeSeriesBase |
Base class for all range series.
|
SphericalDataPointIndicatorRenderer |
Renders a spherical indicator in the location of the data points of the owning series.
|
SplineAreaSeries |
Renders data as an area but the area surface is a smooth curve instead of a poly line.
|
SplineSeries |
Renders data as a smooth curve.
|
Enum | Description |
---|---|
RangeSeriesStrokeMode |
Defines how an
RangeSeriesStrokeMode shape is outlined. |