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

XYDiagram2D.InvertedStep Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public bool InvertedStep { get; set; }

Property Value

Type Description
Boolean

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

See Also