Click or drag to resize
BarSetGetBarItem Method
Returns an array of BarItems.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual BarItem[] GetBarItem()

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