asp.net - .NET Chart Control - Axis X Text Rotation -


how rotate text orientation of text on x axiz of microsoft asp.net chart control? using .net 4.

is done under series?

mychart.chartareas[0].axisx.labelstyle.angle = -90; // can vary -90 90. 

Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -