I've been trying to manipulate the axes of an Excel 2002 Chart from
VB.NET. I have found numerous resources for doing it in VB6 (ei: oChart.Axes(xlCategory).HasTitle = True
oChart.Axes(xlCategory).AxisTitle.Characters.Text = "X-axis Labels") but none of these seem to work in
VB.NET 2003. Can anyone help? Thanks! :-)