Back to Devexpress

StepAreaSeriesView.InvertedStep Property

corelibraries-devexpress-dot-xtracharts-dot-stepareaseriesview.md

latest1.3 KB
Original Source

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.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

StepAreaSeriesView Class

StepAreaSeriesView Members

DevExpress.XtraCharts Namespace