Skip to main content
A newer version of this page is available. .
All docs
V20.2

SankeyViewOptions.VerticalNodeIndent Property

Specifies the vertical indent between Sankey nodes.

Namespace: DevExpress.Xpf.Charts.Sankey

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public int VerticalNodeIndent { get; set; }

Property Value

Type Description
Int32

The vertical indent between Sankey nodes.

Property Paths

You can access this nested property as listed below:

Object Type Path to VerticalNodeIndent
SankeyDiagramControl
.ViewOptions .VerticalNodeIndent

Remarks

The following image shows the vertical node indent:

Sankey view options

See Also