Specifies the gap between bars in a group.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double BarGap { get; set; }
Public Overridable Property BarGap As Double
Get
Set
public:
virtual property double BarGap {
double get ();
void set (double value);
}
abstract BarGap : float with get, set
override BarGap : float with get, set
Property Value
Type:
Double
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