Sign in to follow this  
Ludo Vic

Create New Legend

Recommended Posts

Dear all,

 

I would like to reproduce exactly the same graph as in the attached file but I have only one issue.

I don't know how to create a legend, not related to data itself, but to give the meaning of the color used.

I try to create a picture (JPEG) and to insert it like a logo but with this solution I'm not able to have my legend in the middle (only logoPosition='BR' --> Bottom Right)

Has someone a better idea to have this legend centered on the right?

 

Thanks in advance,

Ludo.

post-21635-0-74089600-1317042552_thumb.jpg

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

Thanks for your post.

 

In multi-series / combination charts, the series name of each data-set shows up in the legend of the chart. This helps you relate a data plot to its series name using its color. The legend does not appear for single-series charts because there is only one series in the chart.

 

The legend can be placed in 2 positions: RIGHT and BOTTOM. It gets placed below the canvas by default. To place it to the right of the chart canvas, set legendPosition='RIGHT'. inside the <chart> element of your XML code.

 

Hope this helps.smile.gif

Share this post


Link to post
Share on other sites

Dear Angshu,

My problem is that I want to insert a kind of "homemade" legend NOT related to my data.

It could even be a fix picture but my only requirement is to be able to display it on the right side but in the middle (not on the bottom).

 

Thanks,

Ludo.

 

 

Hi,

Thanks for your post.

 

In multi-series / combination charts, the series name of each data-set shows up in the legend of the chart. This helps you relate a data plot to its series name using its color. The legend does not appear for single-series charts because there is only one series in the chart.

 

The legend can be placed in 2 positions: RIGHT and BOTTOM. It gets placed below the canvas by default. To place it to the right of the chart canvas, set legendPosition='RIGHT'. inside the <chart> element of your XML code.

 

Hope this helps.smile.gif

Share this post


Link to post
Share on other sites

Nobody knows how to help me??....)-:

 

Dear Angshu,

My problem is that I want to insert a kind of "homemade" legend NOT related to my data.

It could even be a fix picture but my only requirement is to be able to display it on the right side but in the middle (not on the bottom).

 

Thanks,

Ludo.

 

 

 

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

Thanks for your response.

 

You can also specify an external image (GIF,JPEG or PNG only) or an SWF file as the background of the chart. You can also specify a display mode like stretch, tile etc. and the vertical/horizontal alignment of the image.

More details at: http://www.fusioncha...Background.html

 

Hope this helps.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this