BarGetBarSet Method (Int32, Int32) |
Returns the BarSet object.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual BarSet GetBarSet(
int stack,
int group
)
Public Overridable Function GetBarSet (
stack As Integer,
group As Integer
) As BarSet
public:
virtual BarSet^ GetBarSet(
int stack,
int group
)
abstract GetBarSet :
stack : int *
group : int -> BarSet
override GetBarSet :
stack : int *
group : int -> BarSet
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