Sets or gets the color of the frame area.

Namespace:  jChart
Assembly:  jChart (in jChart)
Version: 1.1.0.6 (1.1.0.6)

Syntax

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

Field Value

Return Value

Remarks

Defaults to Color.White

See Also