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

StepLineSeriesView.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.v18.2.dll

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public bool InvertedStep { get; set; }

Property Value

Type Description
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 lines. Step lines 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).

False True
InvertedStep_false.png InvertedStep_true.png
See Also