ComponentOne Chart for .NET (2.0) Search HelpCentral 

LabelsCollection.Remove Method

Removes the label specified.

[Visual Basic]

Public Sub Remove( _

ByVal label As Label _

)

[C#]

public void Remove(

Label label

);

[Delphi]

public procedure Remove(

label: Label

);

Parameters

label

Label to remove.

See Also

LabelsCollection Class | LabelsCollection Members | C1.Win.C1Chart Namespace | LabelsCollection Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.