Back to Devexpress

SankeyViewOptions.VerticalNodeIndent Property

wpf-devexpress-dot-xpf-dot-charts-dot-sankey-dot-sankeyviewoptions-5af4684c.md

latest1.6 KB
Original Source

SankeyViewOptions.VerticalNodeIndent Property

Specifies the vertical indent between Sankey nodes.

Namespace : DevExpress.Xpf.Charts.Sankey

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public int VerticalNodeIndent { get; set; }
vb
Public Property VerticalNodeIndent As Integer

Property Value

TypeDescription
Int32

The vertical indent between Sankey nodes.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to VerticalNodeIndent
SankeyDiagramControl

.ViewOptions .VerticalNodeIndent

|

Remarks

The following image shows the vertical node indent:

See Also

SankeyViewOptions Class

SankeyViewOptions Members

DevExpress.Xpf.Charts.Sankey Namespace