Gets or sets the selection mode for the DataPoint objects displayed in the DataSeries. This is a dependency property.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.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);
}

See Also