Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
saru03
Starting Member
1 Post |
Posted - 2009-09-03 : 03:32:53
|
Hi All,I am developing a report which has a chart control in it. The category consists of the calender months in a yearfor 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,Saru03 |
|
|
|
|