Specifies the gap between bars in a group.

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

Syntax

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

Field Value

A double which contains the "BarGap" attribute value.

Remarks

A gap of 1.0 means that space between bars is the same as the width of an individual bar in the group. By default, BarGap = 0.0.

See Also