Back to Devexpress

SankeyViewOptions.VerticalNodeIndent Property

corelibraries-devexpress-dot-xtracharts-dot-sankey-dot-sankeyviewoptions-c13d8a90.md

latest2.0 KB
Original Source

SankeyViewOptions.VerticalNodeIndent Property

Gets or sets the indent between nodes in pixels.

Namespace : DevExpress.XtraCharts.Sankey

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public int VerticalNodeIndent { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
Public Property VerticalNodeIndent As Integer

Property Value

TypeDescription
Int32

A distance between nodes in pixels.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to VerticalNodeIndent
SankeyDiagramControl

.ViewOptions .VerticalNodeIndent

|

Remarks

Use the VerticalNodeIndent property to specify the distance between nodes as shown in the image below:

The following code sets the indent to 20 pixels:

csharp
sankeyDiagramControl1.ViewOptions.VerticalNodeIndent = 20;
vb
sankeyDiagramControl1.ViewOptions.VerticalNodeIndent = 20

See Also

SankeyViewOptions Class

SankeyViewOptions Members

DevExpress.XtraCharts.Sankey Namespace