Gets or sets the selection mode for the DataPoint objects displayed in the DataSeries.
            This is a dependency property.
            
Namespace: Mindscape.SilverlightElements.ChartingAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# | 
|---|
public DataPointSelectionMode SelectionMode { get; set; }  | 
| Visual Basic | 
|---|
Public Property SelectionMode As DataPointSelectionMode Get Set  | 
| Visual C++ | 
|---|
public: property DataPointSelectionMode SelectionMode { DataPointSelectionMode get (); void set (DataPointSelectionMode value); }  |