Skip to main content
A newer version of this page is available.
All docs
V18.2

AreaStepFullStackedSeries2D.InvertedStep Property

Returns the value that specifies the manner in which step lines connect data point markers.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v18.2.dll

Declaration

[Browsable(false)]
public bool InvertedStep { get; }

Property Value

Type Description
Boolean

true if markers are connected using inverted steps; false if standard steps are used to connect markers.

See Also