Sign in to follow this  
Pallav

drawAnchors attribute for SelectScatter doesn't work

Recommended Posts

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 by Guest

Share this post


Link to post
Share on other sites

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

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