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.
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
Post a Comment