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

FullStackedStepAreaSeriesViewModel.InvertedStep Property

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

Namespace: DevExpress.XtraCharts.Designer

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

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