Showing posts with label charts. Show all posts
Showing posts with label charts. Show all posts

Tuesday, March 20, 2012

can I change chart colours

Hi,
I am using SQL Server 2000 reporting service to create reports. i am using charts in my report. i want to know whether it is possible to customize the chart colours? right now there are only 7 pre defiened palettes available.Please check the following article and the attached sample report:
http://blogs.msdn.com/bwelcker/archive/2005/05/20/420349.aspx

The article describes how to define and use a custom selection of colors in your chart.

-- Robert

can I change chart colours

Hi,
I am using SQL Server 2000 reporting service to create reports. i am using charts in my report. i want to know whether it is possible to customize the chart colours? right now there are only 7 pre defiened palettes available.Please check the following article and the attached sample report:
http://blogs.msdn.com/bwelcker/archive/2005/05/20/420349.aspx

The article describes how to define and use a custom selection of colors in your chart.

-- Robert

Wednesday, March 7, 2012

Can chart be transparent

I want to put two charts, candle stick and line. Line on top of candlechart
but with transparent background so I can see the data on both. Please point
me to some resource if it is possible.
Thanks!Yes, you can make the chart area and the plot area transparent. In report
designer, right-click on the chart to open the chart properties dialog.
Click on the "Chart Area Style" or "Plot Area Style" button and in the new
popup style properties dialog click on the Fill tab and type Transparent as
fill color.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"vibs" <vibs@.discussions.microsoft.com> wrote in message
news:03988C98-A0DC-4AEE-985E-0744566167A3@.microsoft.com...
> I want to put two charts, candle stick and line. Line on top of
candlechart
> but with transparent background so I can see the data on both. Please
point
> me to some resource if it is possible.
> Thanks!