Search code examples
ssrs-2008reportingreporting-services

How to rotate line chart in SSRS 2008?


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 ----

Solution

  • 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.

    1. Enter Properties Window of series properties.
    2. Set fill property "No Color"( Unfortunately you have to do this for each ChartData...).
    3. Set Legend property( Color and shape...) ( Unfortunately you have to do this for each ChartData...).
    4. Set PointWidth Property 0 for each series.

    To find PointWidth property Firstly,click each series and show Properties Window of Visual Studio. It is under Custom Attributes.