Adds new label and accepts initialization parameters.
[Visual Basic]
Overloads Public Function Add( _
ByVal val As Object, _
ByVal text As String _
) As Integer
[C#]
public int Add(
object val,
string text
);
[Delphi]
public function Add(
val: Object;
text: String
): Int32; overload;
Parameters
val
The val parameter specifies the value of the axis to be replaced.
text
The text parameter specifies the string that will replace the axis value annotation.
Return Value
The index of new label.
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. |