DXSeries Class
The base class for all series which a Cartesian chart can display.
Declaration
@interface DXSeries: DXSeriesBase
Inheritance
NSObject
DXChartElement
DXSeriesBase
DXSeries
Properties
axisX Property
Declaration
@property (readwrite, nullable) DXAxisX *axisX
Property Value
Type |
---|
DXAxisX * |
axisY Property
Declaration
@property (readwrite, nullable) DXNumericAxisY *axisY
Property Value
Type |
---|
DXNumericAxisY * |
data Property
Gets or sets the Cartesian series’s data.
Declaration
@property (readwrite, nullable) NSObject<DXSeriesData> *data
Property Value
Type | Description |
---|---|
NSObject<DXSeriesData> * | An object that provides data points for a series. |
Remarks
Note that data provider of a series should be compatible with DXChart.axisX. Otherwise the chart do not draw the series.
The following table represents compatible data and axis types:
hintOptions Property
Gets or sets the series’s hint options.
Declaration
@property (readwrite, nullable) DXSeriesHintOptions *hintOptions
Property Value
Type | Description |
---|---|
DXSeriesHintOptions * | The DXSeriesHintOptions object that stores series hint options. |
Remarks
These options configure how a hint interacts with a descendant class object.