Gets or sets the fill color. The Filled attribute must be set to True.

Namespace:  RightEdge.Common.ChartObjects
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

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

See Also