Mike RW Report post Posted June 6, 2007 (edited) Hi, I am unable to get the drawAnchors attribute for dataSet nodes to work in PowerCharts v3 SelectScatter.swf ex: < dataSet anchorRadius="5" id='0' seriesName='Null' anchorBorderThickness='1' anchorBgColor='FFFFFF' color='cccccc' plotBorderThickness='0' anchorSides='3' drawAnchors="0" showValues="0" includeInLegend="0" >. . . < /dataSet > this dataset points will still be rendered no matter the value of drawAnchors. This occurs in firefox 2+, IE 6, i have tried flash 8 & 9. According to the documentation the drawAnchors attribute goes in the dataSet tags, but if i put drawAnchors="0" within the chart tag, it does stop all points from rendering. Edited June 6, 2007 by Guest Share this post Link to post Share on other sites
Pallav Report post Posted June 7, 2007 Hi, In the select scatter chart, the anchors necessarily need to show up, as the selection on based on those points. Share this post Link to post Share on other sites
Mike RW Report post Posted June 7, 2007 Maybe this should be noted in the documentation! I thought i found a nifty shortcut with the drawAnchors tag. Share this post Link to post Share on other sites