IMSL C# Numerical Library

Bar.GetBarSet Method (Int32)

Returns the BarSet object.

public virtual BarSet GetBarSet(
   int group
);

Parameters

group
An int which specifies the group index.

Return Value

A BarSet[][] containing the "BarSet" attribute value.

Remarks

The group index is assumed to be zero. This method is most useful for charts with only a single group.

See Also

Bar Class | Imsl.Chart2D Namespace | Bar.GetBarSet Overload List