Excel chart axis labels

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
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
 

Similar threads

V
Replies
0
Views
156
Vergassivellaunus
V
V
Replies
0
Views
116
Vergassivellaunus
V
R
Replies
0
Views
117
Raymond Gilbers
R
Back
Top