How to align (rotate) data labels in pivot chart?

  • Thread starter Thread starter Guy Zommer
  • Start date Start date
G

Guy Zommer

Guest
Hi,

I would like to rotate pivot chart label in Pivot Chart Excel to appear vertical instead of horizontal

How to do it in VB.net?

in VBA:

.DataLabels.Orientation = xlUpward
.Format.TextFrame2.Orientation = msoTextOrientationUpward




Guy Zommer

Continue reading...
 
Back
Top