Click or drag to resize
BarSetGetBarItem Method (Int32)
Returns the BarItem given the index.

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

Parameters

index
Type: SystemInt32
An int which specifies the index.

Return Value

Type: BarItem
A BarItem associated with the specified index.
See Also