SankeyViewOptions.NodeWidth Property
In This Article
Gets or sets the node width in pixels.
Namespace: DevExpress.XtraCharts.Sankey
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public int NodeWidth { get; set; }
#Property Value
Type | Description |
---|---|
Int32 | An integer number that specifies node width in pixels. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Node |
---|---|
Sankey |
|
#Remarks
Use the NodeWidth property to specify the width of diagram nodes:
The code below sets the width of nodes to 50 pixels:
See Also