Gets or sets whether or not the DataPoint is currently selected.

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

Syntax

C#
public bool IsSelected { get; set; }
Visual Basic
Public Property IsSelected As Boolean
	Get
	Set
Visual C++
public:
property bool IsSelected {
	bool get ();
	void set (bool value);
}

See Also