The width of all of the groups of bars at each index.

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

Syntax

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

Field Value

A double which contains the "BarWidth" attribute value.

Remarks

By default, BarWidth = 0.5.

See Also