4 Answers, 1 is accepted
0
Hello Siva,
It is not clear which background image you want to set:
Kind regards,
Stef
the Telerik team
It is not clear which background image you want to set:
- The whole chart item Background image: through the Style object or the Appearance ->FillStyle;
- The PlotArea: PlotArea -> Appearance ->FillStyle ->FillType ->Image, then PlotArea -> Appearance ->FillStyle ->FillSettings->BackgroundImage;
- The bars filling in a series: the series -> Appearance ->FillStyle ->FillType ->Image, then the series -> Appearance ->FillStyle ->FillSettings->BackgroundImage;
Kind regards,
Stef
the Telerik team
Have you tried the new visualization options in Telerik Reporting Q1 2013? You can get them from your account.
0
Siva
Top achievements
Rank 1
answered on 15 Apr 2013, 12:44 PM
I have create sample bar chart and given some static values in that. then I added the chartseries in the bar chat with the chart properties and then tried to add background image for the chart series with the use of APPREANCE properties.
but the background image is not shown in the chartseries.
If you have any example, setting background images in the chart series in the bar chart, will be helpfull
Thanks
but the background image is not shown in the chartseries.
If you have any example, setting background images in the chart series in the bar chart, will be helpfull
Thanks
0
Hi Siva,
You can find attached a sample project illustrating set by relative paths images as background for the bars and the plot area. As it is not clear from your description what is the project type you will have to ensure that the path to the image is resolved correctly based on the application execution folder. In the provided sample the path in Preview is resolved based on the project containing the report. If the report was displayed in a Win Forms ReportViewer the path will be resolved based on the Win Forms application execution folder.
I hope this helps you.
Kind regards,
Stef
the Telerik team
You can find attached a sample project illustrating set by relative paths images as background for the bars and the plot area. As it is not clear from your description what is the project type you will have to ensure that the path to the image is resolved correctly based on the application execution folder. In the provided sample the path in Preview is resolved based on the project containing the report. If the report was displayed in a Win Forms ReportViewer the path will be resolved based on the Win Forms application execution folder.
I hope this helps you.
Kind regards,
Stef
the Telerik team
Have you tried the new visualization options in Telerik Reporting Q1 2013? You can get them from your account.
0
Siva
Top achievements
Rank 1
answered on 02 May 2013, 11:59 AM
Thanks, I got the clue from sample.