Sign in to follow this  
mgmsa

Same Line Dashed And Solid

Recommended Posts

Can you give a screenshot of your requirement?

 

Hello, how I can make a line graph(Line.swf) that combines the dashed and solid styles in the same line? Thanks!!!!

Share this post


Link to post
Share on other sites
Guest Sumedh

Hello, how I can make a line graph(Line.swf) that combines the dashed and solid styles in the same line? Thanks!!!!

 

Hi,

 

A warm welcome to FusionCharts Forum !smile.gif

 

Can you please elaborate a bit more on your requirement?

 

Can you please share a screen-shot of your requirement for better comprehension?

Share this post


Link to post
Share on other sites

Probably you are looking for a chart like this.

 

post-179-0-37546600-1360254630_thumb.jpg

 

 

If yes, here is the XML for the chart:

 

<chart caption='Monthly Revenue' xAxisName='Month' yAxisName='Revenue' numberPrefix='$' showValues='0'>

  <set label='Jan' value='420000' dashed='1'/>
  <set label='Feb' value='910000' />
  <set label='Mar' value='720000' />
  <set label='Apr' value='550000' />
  <set label='May' value='810000' dashed='1'/>
  <set label='Jun' value='510000' />
  <set label='Jul' value='680000' />
  <set label='Aug' value='620000' />
</chart>

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