DXAreaSeries Class
A series that displays data as filled areas on a chart, with each data point displayed as a peak or hollow in the area.
Declaration
@interface DXAreaSeries: DXSeries
Remarks
The following image represents Area series:
Inheritance
Properties
colorEach Property
Gets or sets a value indicating whether series markers should be colored in different colors.
Declaration
@property (readwrite) BOOL colorEach
Property Value
Type | Description |
---|---|
BOOL | YES if point markers should be colored in different colors; NO if each point should be colored in a color assigned to the series. |
label Property
Gets or sets settings of series point labels of an area series.
Declaration
@property (readwrite, nullable) DXMarkerSeriesLabel *label
Property Value
Type | Description |
---|---|
DXMarkerSeriesLabel * | The DXMarkerSeriesLabel object that stores parameters of series point labels. |
markerHidden Property
Gets or sets a value indicating whether series markers should be hidden.
Declaration
@property (readwrite) BOOL markerHidden
Property Value
Type | Description |
---|---|
BOOL | YES if point markers should be hidden; otherwise NO. |
style Property
Gets or sets the style of an area series.
Declaration
@property (readwrite, nullable) DXAreaSeriesStyle *style
Property Value
Type | Description |
---|---|
DXAreaSeriesStyle * | The DXAreaSeriesStyle object that configures the appearance of the area series. |