DXStepAreaSeries Class
A series that displays data as areas on a diagram, in such way that series points are connected using only horizontal and vertical lines.
Declaration
@interface DXStepAreaSeries: DXAreaSeries
Remarks
The following image represents the Step Area series:
Inherited Members
Inheritance
NSObject
DXChartElement
DXSeriesBase
DXSeries
DXAreaSeries
DXStepAreaSeries
Properties
invertedStep Property
Gets or sets a value specifying which line (horizontal or vertical) should be drawn first.
Declaration
@property (readwrite) BOOL invertedStep
Property Value
Type | Description |
---|---|
BOOL | YES if vertical line should be drawn first; NO if horizontal line should be drawn first. |