Back to Devexpress

XYDiagram2D.InvertedStep Property

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2d-8e84ee09.md

latest1.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool InvertedStep { get; set; }
vb
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

XYDiagram2D Class

XYDiagram2D Members

DevExpress.Xpf.Charts Namespace