Skip to main content
All docs
V20.1

AreaStepStackedSeries2D.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.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

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 use to connect markers.

See Also