[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.Add

Add Method

Add(Chart3DAxisLabel)

Add the specified label to the collection.

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

Label to add.

Returns
Type Description
int

The label index.

See Also

Add(double, string)

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

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

Value.

string text

Text.

Returns
Type Description
int

The new label index.

See Also