DXStepLineSeries Class
A series that displays data as a collection of points connected by a line, in such way that series points are connected using only horizontal and vertical lines.
Declaration
@interface DXStepLineSeries: DXLineSeries
Remarks
The following image represents the Step Line series:
Inherited Members
Inheritance
NSObject
DXChartElement
DXSeriesBase
DXSeries
DXLineSeries
DXStepLineSeries
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. |