Specifies a color that will be used to fill an area.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

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

Field Value

A Color that contains the "FillColor" attribute value.

Remarks

By default, FillColor = Color.Black.

See Also