Click or drag to resize
BarGetBarSet Method (Int32, Int32)
Returns the BarSet object.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual BarSet GetBarSet(
	int stack,
	int group
)

Parameters

stack
Type: SystemInt32
An int which specifies the stack index.
group
Type: SystemInt32
An int which specifies the group index.

Return Value

Type: BarSet
A BarSet[][] containing the "BarSet" attribute value.
See Also