SankeySelectedItemsChangedEventArgs.SelectedLinks Property
Returns selected Sankey links.
Namespace: DevExpress.XtraCharts.Sankey
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public ReadOnlyCollection<SankeyLink> SelectedLinks { get; }
#Property Value
Type | Description |
---|---|
Read |
Contains selected Sankey links. |