ExtendedLabelCollectionBaseRemoveLabel Method (Int32, Int32) |
Removes the specified label
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void RemoveLabel(
int index,
params int[] indexes
)
Public Sub RemoveLabel (
index As Integer,
ParamArray indexes As Integer()
)
public:
void RemoveLabel(
int index,
... array<int>^ indexes
)
member RemoveLabel :
index : int *
indexes : int[] -> unit
Parameters
- index
- Type: SystemInt32
Label will be removed at this position - indexes
- Type: SystemInt32
Labels will be removed at these positions
See Also