Show / Hide Table of Contents

Enum SeriesSelectionMode

Defines the selection behavior for a series.

Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: OpenSilver.Controls.DataVisualization.Toolkit.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.

  • Improve this Doc
  • View Source