Gets and sets the bar ratio.

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

Syntax

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

See Also