BarSetGetBarItem Method (Int32) |
Returns the BarItem given the index.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual BarItem GetBarItem(
int index
)
Public Overridable Function GetBarItem (
index As Integer
) As BarItem
public:
virtual BarItem^ GetBarItem(
int index
)
abstract GetBarItem :
index : int -> BarItem
override GetBarItem :
index : int -> BarItem
Parameters
- index
- Type: SystemInt32
An int which specifies the index.
Return Value
Type:
BarItem
A
BarItem associated with the specified index.
See Also