ActiveReports.Chart Request technical support
GetLabels Method
See Also 


Gets a string array of the labels in the collection.

Syntax

Visual Basic (Declaration) 
Public Function GetLabels() As String()
Visual Basic (Usage)Copy Code
Dim instance As LabelsCollection
Dim value() As String
 
value = instance.GetLabels()
C# 
public string[] GetLabels()

See Also