The color of the event background (hex color code).

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

Syntax

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

See Also