I have written this code and and the labels for the charts appear outside the graph area.
I want to position data label inside the pie charts.
How to do that ?
With oChart4
.HasTitle = True
.ChartTitle.Text = "On Net/ Off Net (Overall)"
.ShowAllFieldButtons = False
.ApplyDataLabels xlDataLabelsShowValue
End With
I want to position data label inside the pie charts.
How to do that ?
With oChart4
.HasTitle = True
.ChartTitle.Text = "On Net/ Off Net (Overall)"
.ShowAllFieldButtons = False
.ApplyDataLabels xlDataLabelsShowValue
End With