Creates a new label with specified value and text and appends it to the collection.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
| C# |
|---|
public int Add( double value, string text ) |
| Visual Basic |
|---|
Public Function Add ( _ value As Double, _ text As String _ ) As Integer |