Specifies how DataPoint objects can be selected within a DataSeries.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum DataPointSelectionMode
Visual Basic
Public Enumeration DataPointSelectionMode
Visual C++
public enum class DataPointSelectionMode

Members

Member nameValueDescription
None0 No DataPoint objects in the DataSeries can be selected.
Single1 Only a single DataPoint within the DataSeries can be selected at a time.
Multiple2 Multiple DataPoint objects can be selected.
All3 All DataPoint objects in the DataSeries are selected at once.

See Also