Interface | Description |
---|---|
ChartSeriesModel.DataPointsChangedListener |
Class | Description |
---|---|
BarSeriesModel |
The BarSeriesModel class calculates the size and location of the bars.
|
CategoricalSeriesModel |
Base class for all categorical series models.
|
CategoricalSeriesRoundLayoutContext |
This class contains layout information for all categorical series.
|
ChartSeriesModel<T extends DataPoint> |
Base class for all chart series.
|
DataPointSeriesModel<T extends DataPoint> |
Represents widget series that consist of data points.
|
Ohlc |
Represents a class, which defines a set of four values - High, Low, Open, Close.
|
OhlcSeriesModel |
Represents the Open, High, Low, Close financial chart series.
|
PieSeriesModel |
This class calculates all layout information for
RadPieChartView 's PieSeries . |
PointSeriesModel |
Calculates the layout information for all line and area series.
|
ScatterSeriesModel |
This model arranges scatter points on the plot area.
|
SeriesModelWithAxes<T extends DataPoint> |
Base class for series that can provide their own axes for the multiple axes feature of
RadCartesianChartView . |