Skip to main content

StepAreaSeriesViewModel.InvertedStep Property

Gets or sets the value of the StepAreaSeriesView.InvertedStep within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
public bool InvertedStep { get; set; }

Property Value

Type Description
Boolean

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

See Also