SankeyViewOptions.VerticalNodeIndent Property
Specifies the vertical indent between Sankey nodes.
Namespace: DevExpress.Xpf.Charts.Sankey
Assembly: DevExpress.Xpf.Charts.v25.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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 |
|
Remarks
The following image shows the vertical node indent:

See Also