mgmsa Report post Posted February 6, 2013 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
deepti Report post Posted February 7, 2013 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 Report post Posted February 7, 2013 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 ! 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
FusionCharts Support Report post Posted February 7, 2013 Probably you are looking for a chart like this. 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