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

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

Parameters

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

Return Value

Type: BarSet
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