c# - How to show X - AxisLabel horizontally in chart control of ASP.NET -


i facing issue in showing x-axis labels horizontally. default showing vertically less readable user. 1 came across issue? solution?

finally found answer myself..!

somebody added below code rotating x- axis labels. need comment it.

 cspace.chartareas(0).axisx.labelstyle.angle = -90 

Comments