SankeySelectedItemsChangingEventArgs.OldNodes Property
Returns previously selected Sankey nodes.
Namespace: DevExpress.XtraCharts.Sankey
Assembly: DevExpress.XtraCharts.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
IList<SankeyNode> | Contains previously selected Sankey nodes. |
See Also