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

StepAreaSeriesView.InvertedStep Property

Gets or sets a value that specifies the manner in which a step area connects data point markers.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

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

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public bool InvertedStep { get; set; }

Property Value

Type Description
Boolean

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

See Also