AreaStepSeries2D.InvertedStep Property
In This Article
Gets or sets a value that specifies the manner in which a step area connects data point markers.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if markers are connected using inverted steps; false if standard steps are used to connect markers. |
#Implements
DevExpress.Charts.Native.IStepSeriesView.InvertedStep
See Also