[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DLabelsCollection.Add

Add Method

Add(Chart3DLabel)

Adds a Chart3DLabel object to the collection.

Declaration
public int Add(Chart3DLabel label)
Public Function Add(label As Chart3DLabel) As Integer
Parameters
Type Name Description
Chart3DLabel label

The Chart3DLabel to add.

Returns
Type Description
int

An integer indicating the index of the added Chart3DLabel.

See Also

Add(string)

Adds a Chart3DLabel object with the specified text to the collection.

Declaration
public int Add(string text)
Public Function Add(text As String) As Integer
Parameters
Type Name Description
string text

The label text.

Returns
Type Description
int

An integer indicating the index of the new Chart3DLabel.

See Also