[]
        
(Showing Draft Content)

C1.Win.C1Chart.LabelsCollection.Remove

Remove Method

Remove(Label)

Removes the label specified.

Declaration
public void Remove(Label label)
Public Sub Remove(label As Label)
Parameters
Type Name Description
Label label

Label to remove.

See Also