Gets the item at the specified index.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ChartAxisItem GetItem(
int index
)
Public Function GetItem (
index As Integer
) As ChartAxisItem
public:
ChartAxisItem^ GetItem(
int index
)
member GetItem :
index : int -> ChartAxisItem
Parameters
- index
- Type: SystemInt32
Return Value
Type:
ChartAxisItem
See Also