Sign in to follow this  
lkopenid

Line Color In Msline.swf

Recommended Posts

How do we change the default color of the lines in a MSLine.swf chart? Setting 'lineColor' as part of the parent object sets that to both the lines, where as setting it as part of the dataset object doesn't show any difference.

 

Thank You,

LK

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

A warm welcome to FusionCharts Forum! smile.gif

 

"lineColor" attribute is a global attribute for the chart to change the color of the plot.

 

However, you can customize one particular dataplot using "color" attribute. You would have to set this attribute under the <dataset> element.

 

Ref. Code:

<dataset ... color='CB2F2F'>

 

For more information, please refer the following link:

http://docs.fusioncharts.com/charts/contents/?ChartSS/MSLine.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