i been workig on my stacked bar chart and have done it all except this one thing with the label.. my scenario is that i got 3 series that display links, now it shows diffrent stats. i want to display what link it is displaying stats for, i databind dynamicly in codebehind.
i have looked at the documentation but with no real answer for this(not what i can se)
Jedi302
Chart1.Series("Series1").Points(0).AxisLabel = "My Axis Label"
that works now i get a label on one of the series but what i want want to get a label with the name on the axis instead on the whole stack, like instead of the 1, 2, 3 ,4 ect i want it to be my url's..
Jedi302
Chart1.Series("Series1").Points(0).AxisLabel = "My Axis Label"