Returns the BarItem given the index.

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

Syntax

C#
public virtual BarItem GetBarItem(
	int index
)
Visual Basic (Declaration)
Public Overridable Function GetBarItem ( _
	index As Integer _
) As BarItem
Visual C++
public:
virtual BarItem^ GetBarItem(
	int index
)

Parameters

index
Type: System..::.Int32
An int which specifies the index.

Return Value

A BarItem associated with the specified index.

See Also