Try executing this line:
chart1.ChartAreas[0].AxisX.LabelStyle.Angle = -90
The angle can be also set manually in Form Designer.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Good day,
Please take a look the picture below.
All of us if we are using GraphChart in c#, as we can see the red box. Under the red box display all data from chart in normal or default style. Now I want to change that, Please see the picture below.
Now I want to change like this, using c# 2019. We hope somebody can help me to fix this problem.
Try executing this line:
chart1.ChartAreas[0].AxisX.LabelStyle.Angle = -90
The angle can be also set manually in Form Designer.