Creates a new label with specified index 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( int index, string text ) |
Visual Basic |
---|
Public Function Add ( _ index As Integer, _ text As String _ ) As Integer |