The background color of the area selected by clicking and dragging.

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Color SelectionColor { get; set; }
Visual Basic (Declaration)
Public Property SelectionColor As Color
Visual C++
public:
property Color SelectionColor {
	Color get ();
	void set (Color value);
}

See Also