Skip to main content
All docs
V23.2

SankeyViewOptions.VerticalNodeIndent Property

Specifies the vertical indent between Sankey nodes.

Namespace: DevExpress.Xpf.Charts.Sankey

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

NuGet Package: 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