ActiveReports Developer 7
GetLabels Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > LabelsCollection Class : GetLabels Method

Glossary Item Box

Gets a string array of the labels in the collection.

Syntax

Visual Basic (Declaration) 
Public Function GetLabels() As System.String()
C# 
public System.string[] GetLabels()

See Also