Back to Devexpress

SankeySelectionMode Enum

wpf-devexpress-dot-xpf-dot-charts-dot-sankey-86b0ba99.md

latest1.7 KB
Original Source

SankeySelectionMode Enum

Lists Sankey selection modes.

Namespace : DevExpress.Xpf.Charts.Sankey

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum SankeySelectionMode
vb
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.Xpf.Charts.Sankey Namespace