PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Framework reporting services, colors of stack chart

Reply

reporting services, colors of stack chart

 
Thread Tools Rate Thread
Old 23-02-2005, 04:39 PM   #1
taub
Guest
 
Posts: n/a
Default reporting services, colors of stack chart


Hi
I’m trying to change the colors of a stack chart in a report of
reporting services.
I know that I can change the palette but I want to choose the color
manually.
Any idea if I can do that?
Thanks
Tomer.


Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
  Reply With Quote
Old 03-03-2005, 10:48 PM   #2
Randy Bickham
Guest
 
Posts: n/a
Default changing series colors in rs

Use the following code on the data value for the chart.
from editing the data, Go to series style, Fill, and then put it in as
the color.

Change the field and series group as appropriate.

=choose(First(Fields!Series.Value,
"chart1_SeriesGroup1"),"#BE0000","#8F5E99","#FFC814","#00EB00","#4646FF",
"#C0C0C0")


Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off