Overview of 2D Property Pages > ChartGroups Page > Labels Tab (ChartGroups) |
The Add button allows you to add labels to the chart points and the chart series.
Chart2D.ChartGroups.Item(ii).PointLabels.Add
Chart2D.ChartGroups.Item(ii).SeriesLabels.Add
The Remove button allows you to remove the selected label.
Chart2D.ChartGroups.Item(ii).PointLabels.Remove
Chart2D.ChartGroups.Item(ii).SeriesLabels.Remove