Returns the BarSet object.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual BarSet GetBarSet(
	int group
)
Visual Basic (Declaration)
Public Overridable Function GetBarSet ( _
	group As Integer _
) As BarSet
Visual C++
public:
virtual BarSet^ GetBarSet(
	int group
)

Parameters

group
Type: System..::.Int32
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