I need to rotate line chart control of SSRS shown below. Whatever I do I cant find any way to rotate it. So I decided to ask it to stackoverflow.
Any help or idea will be appreciated.
Normal:
Y axes
|
|
----X axes
It should be :
X axes
|
|
Y axes ----
I have resolved my problem with some tricks.
If you faced with such kind of problem in SSRS with line chart:
Change type of chart from line to bar chart.
each ChartData…).
do this for each ChartData…).
each series.
To find PointWidth property Firstly,click each series and show Properties Window of Visual Studio. It is under Custom Attributes.