A1VBCode Forums

excel chart vb.net


http://www.a1vbcode.com/vbforums/Topic31815.aspx

By ofirgld - 12/20/2012

hello

i made an excel chart in vb.net successfully.

i have a problem with moving the X axis to the bottom of the chart.

in vb6 it is done like that:

chart.Axes(xlCategory, xlPrimary).TickLabelPosition = xlLow

how it is done in vb.net ?

thanks