Defines the color of bars (the foreground color).

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

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

See Also