5

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.

Krunal
  • 3,443
  • 3
  • 23
  • 27

4 Answers4

1

In Column chart of RDLC report, to set x-axis label (titles) vertically, follow the below steps

  1. Right click on X-axis and select Axis Properties,
  2. It will open window with different tabs like Axis Options, Labels, Label font...
  3. Select Labels--> Set axis Label Options
  4. 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

Madara's Ghost
  • 172,118
  • 50
  • 264
  • 308
Divakar
  • 11
  • 1
0

set writing mode to "tb-rl" and check TextAlign and VerticalAlign to make sure it looks like you want it to

ScaleOvenStove
  • 760
  • 1
  • 7
  • 11
0

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.

Stefan Steiger
  • 78,642
  • 66
  • 377
  • 442
0

Set the label Rotation Angle to 90.

Mubashar
  • 9
  • 3