Overload List
Adds new label and accepts initialization parameters.
[Visual Basic] Overloads Public Function Add(Object, String) As Integer
[C#] public int Add(object, string);
[Delphi] public function Add(Object; String) : Int32; overload;
Adds specified label.
[Visual Basic] Overloads Public Function Add(ValueLabel) As Integer
[C#] public int Add(ValueLabel);
[Delphi] public function Add(ValueLabel) : Int32; overload;
See Also
ValueLabelsCollection Class | ValueLabelsCollection Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |