In Column chart of RDLC report
, how to set x-axis label (titles) vertically
?
If the x axis names开发者_如何学Python/titles are bigger then 2nd columns title goes in next line... i want all columns titles displayed vertically.
In Column chart of RDLC report, to set x-axis label (titles) vertically, follow the below steps
- Right click on X-axis and select Axis Properties,
- It will open window with different tabs like Axis Options, Labels, Label font...
- Select Labels--> Set axis Label Options
- Select Radio button Disable auto fit and set label rotation angle 90. it will show the labels vertically in the x-axis...
Hope it will help for ur query.
-Divakar
set writing mode to "tb-rl" and check TextAlign and VerticalAlign to make sure it looks like you want it to
If text-align doesn't work, you can use report->properties, use the code tab, and write a function with input text that outputs vertical text as an image. Code for that you can find via Google.
Set the label Rotation Angle to 90.
精彩评论