SSRS Line Chart Issue

  • Hi All,

    I am developing a report which has a chart control in it. The category consists of the calender months in a year

    for eg., 1 to 31-May-2008,1 to 30-Jun-2008 etc., and the Y axis consists of the values 0 to 100 with a interval of 10.

    I have plotted a bar graph for each month.The client wants a straight line from the y axis starting from y=5 to the end.

    So I have added a hard coded series to the graph and added the y coordinate as =5 and set the series type to Line,Plain.

    The problem is in the graph the line starts from the lowest value in the dataset and ends at the highest values in the dataset.It does not start from the y axis. Does anyone know how to resolve this issue? Is there any other way to plot a line starting from the y-intercept that runs till the end.

    Regards,

    srisarasu

  • Hi There...

    I found a round about for you....

    First add a row in ur data with value 0 for x axis which default changes to a date say suppose 01/01/1990 and 5 for y axis...

    Then on the category axis properties set mininmum as the 01/01/1990...

    Then you will get the start at y intercept...

    Using expression u can control the labels on x axis...

    Hope this helps you...

    cheers

    satish

  • Hi Satish,

    Your idea sounds great.Let me work on it.Thanks.

    srisarasu.

  • Hi, srisarasu.

    You can try RAQ Report[/url]. It provides many useful charts for users, and it is easy to make them. An example of line chart is shown below:

    RAQ Report: Web-based Excel-like Java reporting tool[/url]

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply