[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DDataLabelsCollection.Add

Add Method

Add(Chart3DDataLabel)

Adds specified label to the collection.

Declaration
public int Add(Chart3DDataLabel label)
Parameters
Type Name Description
Chart3DDataLabel label

The Chart3DDataLabel to add.

Returns
Type Description
int

An integer indicating the index of the collection to which the Chart3DDataLabel was added.

See Also

Add(int, string)

Creates a new label with specified index and text and appends it to the collection.

Declaration
public int Add(int index, string text)
Parameters
Type Name Description
int index

Label index.

string text

Label text.

Returns
Type Description
int

An integer indicating the index of the collection to which the Chart3DDataLabel was added.

See Also