Returns an array of BarItems.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual BarItem[] GetBarItem()
Public Overridable Function GetBarItem As BarItem()
public:
virtual array<BarItem^>^ GetBarItem()
abstract GetBarItem : unit -> BarItem[]
override GetBarItem : unit -> BarItem[]
Return Value
Type:
BarItem
A
BarItem[] that contains the
BarItem attribute value.
Remarks
This is the collection of all BarItems contained in this bar
group.
See Also