In Column chart of RDLC report
, how to set x-axis label (titles) vertically
?
If the x axis names/titles are bigger then 2nd columns title goes in next line... i want all columns titles displayed vertically.
In Column chart of RDLC report
, how to set x-axis label (titles) vertically
?
If the x axis names/titles are bigger then 2nd columns title goes in next line... i want all columns titles displayed vertically.
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.