Text Property (Label)
The label text string.
Syntax
Property Text As String
Example
' Adds a label to the collection
Chart2D1.ChartGroups(1).PointLabels.Add ("Some Text")
' Sets the footer to indicate the number of labels
Chart2D1.Footer.Text = "Total # of Labels: " & Chart.Labels.Count
See Also
Axis object
ChartLabel object
Label object
Pie object
Title object
ValueLabel object