Back to Devexpress

SankeySelectionMode Enum

corelibraries-devexpress-dot-xtracharts-dot-sankey-04dab5e4.md

latest1.8 KB
Original Source

SankeySelectionMode Enum

Lists Sankey selection modes.

Namespace : DevExpress.XtraCharts.Sankey

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum SankeySelectionMode
vb
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum SankeySelectionMode

Members

NameDescriptionExample
None

A user cannot select Sankey links and nodes.

|

| | Single |

A user can select a single Sankey link or a node with the related links.

|

| | Multiple |

A user can select multiple Sankey links and nodes.

|

| | Extended |

A user can select a single Sankey link or a node with the related links. A user can hold down the Shift or Ctrl key to select multiple Sankey links and nodes.

|

|

The following properties accept/return SankeySelectionMode values:

See Also

DevExpress.XtraCharts.Sankey Namespace