Back to Devexpress

StackedStepAreaSeriesView.InvertedStep Property

corelibraries-devexpress-dot-xtracharts-dot-stackedstepareaseriesview.md

latest1.9 KB
Original Source

StackedStepAreaSeriesView.InvertedStep Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public bool InvertedStep { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
Public Property InvertedStep As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

Use the InvertedStep property to specify the manner in which data point markers are connected using step area. Steps can be displayed between data point markers using either standard steps (the InvertedStep property is set to false ) or inverted steps (the InvertedStep property is set to true ).

falsetrue

See Also

StackedStepAreaSeriesView Class

StackedStepAreaSeriesView Members

DevExpress.XtraCharts Namespace