[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.Remove

Remove Method

Remove(Chart3DAxisLabel)

Removes the specified label from the collection.

Declaration
public void Remove(Chart3DAxisLabel lbl)
Public Sub Remove(lbl As Chart3DAxisLabel)
Parameters
Type Name Description
Chart3DAxisLabel lbl

Label to remove.

See Also