Skip to main content
A newer version of this page is available.

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:

A step Area series example

Inheritance

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.