Deepthi Report post Posted November 19, 2010 Plz tell me how to give dashed lines for zoom line chart Share this post Link to post Share on other sites
Sanjukta Report post Posted November 19, 2010 Hi, Welcome to FusionCharts Forum! Could you please specify which line you want to display as "dashed"? For your information, you can set the value '1' for the attributes "divLineIsDashed" in the <chart> element to display dashed divisional lines and "dashed" in the <dataset> element to display the entire data-plot as dashed on the chart. Also, the Vertical Trend Lines and the normal Trend lines can also be displayed as dashed lines setting the attribute "dashed" to '1' in the <vTrendLines> and <trendLines> elements respectively. Hope this helps. Share this post Link to post Share on other sites
Deepthi Report post Posted November 22, 2010 Hi This is the chart xml which i give.But in the series dashed line is not shown. "<chart compactDataMode='1' connectNullData='1' divLineIsDashed='1' dataSeparator='|' caption='Business Result' xaxisname='Month' yaxisname='Revenue' showvalues='0' numberprefix='$'> <categories>Jan|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec</categories> <dataset seriesname='2006' dashed='1' anchorRadius='6' anchorSides='4' anchorBorderColor='0372AB' anchorBgColor='E1f5ff' color='FF5904'>4566|29600|32600|31800|</dataset> <dataset seriesname='2006'>|||31800|35800|32800|48522|34800|24800</dataset> </chart>" Share this post Link to post Share on other sites
Sanjukta Report post Posted November 22, 2010 Hi, We apologize for the inconvenience. The ZoomLine chart does not support the attribute "dashed" in the <dataset> element, as of now. We would rectify the typo in the documentation at our earliest. Please feel free to revert in case you have any further queries. Share this post Link to post Share on other sites