SankeyViewOptions.VerticalNodeIndent Property
Gets or sets the indent between nodes in pixels.
Namespace: DevExpress.XtraCharts.Sankey
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
[XtraSerializableProperty]
public int VerticalNodeIndent { get; set; }
Property Value
Type | Description |
---|---|
Int32 | A distance between nodes in pixels. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to VerticalNodeIndent |
---|---|
SankeyDiagramControl |
|
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:
See Also