Enum SeriesSelectionMode
Defines the selection behavior for a series.
Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: Controls.DataVisualization.OpenSilver.dll
Syntax
public enum SeriesSelectionMode
Fields
Name | Description |
---|---|
Multiple | The user can select multiple items without holding down a modifier key. |
None | Selection is disabled. |
Single | The user can select only one item at a time. |