C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / Chart3DLabelsCollection Class / Remove Method
The Chart3DLabel to remove.

In This Topic
Remove Method (Chart3DLabelsCollection)
In This Topic
Removes the specified Chart3DLabel from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal label As Chart3DLabel _
) 
 

Parameters

label
The Chart3DLabel to remove.
See Also