Number of categories between tick-marks

C

cherman

How do you change the "number of categories between tick-marks labels"
setting under Scale of Category (x) axis scale from code?

Thanks,
Clint
 
A

Andy Pope

Hi,

The macro recorder generated this.

With ActiveChart.Axes(xlCategory)
.TickLabelSpacing = 1
End With

Cheers
Andy
 
Top