[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DLabelsCollection.InsertNewLabel

InsertNewLabel Method

InsertNewLabel(int)

Creates a new label and inserts it into the collection at the specified index.

Declaration
public Chart3DLabel InsertNewLabel(int index)
Public Function InsertNewLabel(index As Integer) As Chart3DLabel
Parameters
Type Name Description
int index

Index.

Returns
Type Description
Chart3DLabel

A reference to the newly created Chart3DLabel.

See Also