Click or drag to resize
ExtendedLabelCollectionBaseRemoveLabel Method (Int32, Int32)
Removes the specified label

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void RemoveLabel(
	int index,
	params int[] indexes
)

Parameters

index
Type: SystemInt32
Label will be removed at this position
indexes
Type: SystemInt32
Labels will be removed at these positions
See Also