Back to Devexpress

StepArea3DSeriesView.InvertedStep Property

corelibraries-devexpress-dot-xtracharts-dot-steparea3dseriesview-4fc15eb3.md

latest1.3 KB
Original Source

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

|

See Also

StepArea3DSeriesView Class

StepArea3DSeriesView Members

DevExpress.XtraCharts Namespace