ComponentOne Chart for .NET (2.0) Search HelpCentral 

ValueLabelsCollection.Add Method (ValueLabel)

Adds specified label.

[Visual Basic]

Overloads Public Function Add( _

ByVal label As ValueLabel _

) As Integer

[C#]

public int Add(

ValueLabel label

);

[Delphi]

public function Add(

label: ValueLabel

): Int32; overload;

Parameters

label

The ValueLabel to add.

Return Value

The index of the newly added object to the collection.

See Also

ValueLabelsCollection Class | ValueLabelsCollection Members | C1.Win.C1Chart Namespace | ValueLabelsCollection.Add Overload List


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.