Returns an array of BarItems.

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

Syntax

C#
public virtual BarItem[] GetBarItem()
Visual Basic (Declaration)
Public Overridable Function GetBarItem As BarItem()
Visual C++
public:
virtual array<BarItem^>^ GetBarItem()

Return Value

A BarItem[] that contains the BarItem attribute value.

Remarks

This is the collection of all BarItems contained in this bar group.

See Also