CustomizeSankeyNodeEventArgs.Node Property
In This Article
Returns a node to be customized.
Namespace: DevExpress.XtraCharts.Sankey
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public SankeyNode Node { get; }
#Property Value
Type | Description |
---|---|
Sankey |
Contains node options. |
See Also