SankeySelectedItemsChangingEventArgs.NewNodes Property
Returns newly selected Sankey nodes.
Namespace: DevExpress.XtraCharts.Sankey
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public IList<SankeyNode> NewNodes { get; }
#Property Value
Type | Description |
---|---|
IList<Sankey |
Contains newly selected Sankey nodes. |