Returns the BarSet object.

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

Syntax

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

Parameters

stack
Type: System..::.Int32
An int which specifies the stack index.
group
Type: System..::.Int32
An int which specifies the group index.

Return Value

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

See Also