IMSL C# Numerical Library

Bar.GetBarSet Method (Int32, Int32)

Returns the BarSet object.

public virtual BarSet GetBarSet(
   int stack,
   int group
);

Parameters

stack
An int which specifies the stack index.
group
An int which specifies the group index.

Return Value

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

See Also

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