IMSL C# Numerical Library

ChartNode.BarGap Property

Specifies the gap between bars in a group.

public virtual double BarGap {get; set;}

Property 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

ChartNode Class | Imsl.Chart2D Namespace