ChartAxisRemoveItem Method (Int32) |
Removes the ChartAxisItem 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 void RemoveItem(
int itemIndex
)
Public Sub RemoveItem (
itemIndex As Integer
)
public:
void RemoveItem(
int itemIndex
)
member RemoveItem :
itemIndex : int -> unit
Parameters
- itemIndex
- Type: SystemInt32
item's index
See Also