EDN Admin
Well-known member
I am creating a bar chart to plot +ve and -ve values. The y axis label for each bar is displayed at zero x-axis. I want to display them at the bottom of the chart. In Excel I would right click on the axis, go to Format Plot Area and change Axis Labels
to Low.
How do I do this through VB.NET? I know it would be something to the effect
.Axes(Excel.XlAxisType.xlCategory, Excel.XlAxisGroup.xlPrimary).TickLabels.position = "Low"
But I cant figure out what property I need to set.
Anyone know how to do this?
Thanks,
SM
View the full article
to Low.
How do I do this through VB.NET? I know it would be something to the effect
.Axes(Excel.XlAxisType.xlCategory, Excel.XlAxisGroup.xlPrimary).TickLabels.position = "Low"
But I cant figure out what property I need to set.
Anyone know how to do this?
Thanks,
SM
View the full article