dotSbuda Report post Posted March 9, 2010 Can anyone help, How do I add a doted line on line charts Share this post Link to post Share on other sites
Guest Madhumita Report post Posted March 9, 2010 Hello, I'm afraid, dotted lines can not be drawn using FusionCharts V3. However, for Line.swf, you can use the following attributes: lineDashed ---> ( Boolean 0/1 )Configuration whether to show the lines on the chart as dash. lineDashLen ---> ( Number In Pixels )If the lines are to be shown as dashes, this attribute defines the length of dash. lineDashGap ---> (Number In Pixels )If the lines are to be shown as dashes, this attribute defines the length of dash gap. Now, if you set lineDashed='1' and effectively decrease the lineDashLen and increase the lineDashGap you will get something similar to a dotted line. e.g. if you set lineDashed='1' lineDashlen='1' lineDashGap='6' in the <chart> element you will get a dotted line. Please refer to the attached picture. Share this post Link to post Share on other sites