Simple.Chen

Combination Chart

Recommended Posts

Thank you for the quick reply.

 

and I have another question : how I can increase the width of Data Plot ?

 

I make a bg for my Chart and just create a Bar 2D Chart for the Right Side of my Chart ,So I need to match the bg.

 

is 't there any method to increase the width of Data Plot and set the space of each Data Plot ?

post-27915-0-65276300-1333961586_thumb.jpg

post-27915-0-49067500-1333962750_thumb.jpg

Edited by Simple.Chen

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Width of the plot cannot be increased. However, you can configure the spacing between two plots using plotSpacePercent attribute.

 

you can set plotSpacePercent to its max value of 80.

 

Ref. Code:

<chart .. plotSpacePercent='50'>

 

Thank you for the quick reply.

 

and I have another question : how I can increase the width of Data Plot ?

 

I make a bg for my Chart and just create a Bar 2D Chart for the Right Side of my Chart ,So I need to match the bg.

 

is 't there any method to increase the width of Data Plot and set the space of each Data Plot ?

Share this post


Link to post
Share on other sites

Thanks very much for your kindly answer , I find the plotSpacePercent attribute after I go through the document .and it very helpful for me .

 

here I have a new question , Can I Set the bg for each Data Plot ?

 

Hi,

 

Width of the plot cannot be increased. However, you can configure the spacing between two plots using plotSpacePercent attribute.

 

you can set plotSpacePercent to its max value of 80.

 

Ref. Code:

<chart .. plotSpacePercent='50'>

 

 

post-27915-0-15025400-1334041525_thumb.jpg

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi,

 

Do you mean to change the color of individual data plot ?

 

If yes, then you may use the color attribute of the <set > element and set it to desired color.

 

Ref. Code:

  <set label='Jan' value='420000' color='FF0000'/>

Hope this helps !

Edited by Bindhu

Share this post


Link to post
Share on other sites

Thank you very much for Bindhu's Reply , but I mean to change the background image of Data Plot , Like the attachments , the Data Plot 's background set as the battery image

 

Hi,

 

Do you mean to change the color of individual data plot ?

 

If yes, then you may use the color attribute of the <set > element and set it to desired color.

 

Ref. Code:

  <set label='Jan' value='420000' color='FF0000'/>

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