Returns the BarSet object.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual BarSet[][] GetBarSet()
Public Overridable Function GetBarSet As BarSet()()
public:
virtual array<array<BarSet^>^>^ GetBarSet()
abstract GetBarSet : unit -> BarSet[][]
override GetBarSet : unit -> BarSet[][]
Return Value
Type:
BarSet
A
BarSet[][] containing the "BarSet" attribute value.
See Also