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.

 All Forums
 Development Tools
 Reporting Services Development
 reporting services--bar chart

Author  Topic 

shm
Yak Posting Veteran

86 Posts

Posted - 2009-01-22 : 07:00:22
i want to know about chart in the reporting service..bar chart..can any one send the link to this topic?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-01-22 : 12:37:16
see this

http://msdn.microsoft.com/en-us/library/aa964128.aspx
Go to Top of Page

shm
Yak Posting Veteran

86 Posts

Posted - 2009-02-20 : 02:32:31
hi

i have created a simple column chart in the report
in that i have taken two groups that is one for the project and another is employee name
in the y axis there is % calculation

wt i want is if i select a project and employees that is if the employee i have sleected more than 20 memebers then the report is shoing properly means all the data il combine,i cant differntiate the data ...and if i take 10 memebers the data il come correct

i tried to increase the size of max and min value in the x-axis but it is not working
for this wt i have to do?


Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-02-20 : 12:26:59
didnt understand. do you mean its not showing values at all?
Go to Top of Page

shm
Yak Posting Veteran

86 Posts

Posted - 2009-02-23 : 01:08:16
no it is showing all the values but it is not clearly displaying..every thing will combine it il display the values..

and more doubt i have in the simple column chart

can i change the colour of the palette i have given the default it is green and blue but i want instead of blue red i want to display..in the drop data field i have taken two column that is beforetime and aftertime for this i want to display the beforetime in green and aftertime red colour...

where i should change the colour i have tried to put the custom colour but it is coming error?
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-02-24 : 12:48:57
there's no direct way to change the color. but you could do a work around depending on your chart value. see below for more details

http://msdn.microsoft.com/en-us/library/aa964128.aspx


the lack of clarity may be because you're trying to plot too much detail.you need to apply proper grouping and then use some aggregation to get plot values if you need only distinct points.
Go to Top of Page

shm
Yak Posting Veteran

86 Posts

Posted - 2009-02-26 : 07:47:11
hi

thank u i got how to change the colour of the default palette.

Go to Top of Page

imughal
Posting Yak Master

192 Posts

Posted - 2009-10-19 : 03:33:41
Hi,

i have created simple pie chart. usertype and no of user. Pie chart created. now want to change the color of series. i gone through above link. copy paste the code when i call the function =Code.GetColor(Fields!usertype.Value) getting error.

GetColor not define. When i write code. getcolor fundtion not listed. pls help me how to change series color.

thx
Go to Top of Page
   

- Advertisement -