[]
        
(Showing Draft Content)

C1.Win.C1Chart.ValueLabelsCollection.Add

Add Method

Add(ValueLabel)

Adds specified label.

Declaration
public int Add(ValueLabel label)
Parameters
Type Name Description
ValueLabel label
Returns
Type Description
int

Add(object, string)

Adds new label and accepts initialization parameters.

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

The val parameter specifies the value of the axis to be replaced.

string text

The text parameter specifies the string that will replace the axis value annotation.

Returns
Type Description
int

The index of new label.