Hi all,
I have a problem in flex charts. I have some series like 2 line series
1 area series and 1 column series in a chart. If I use
showdatatips=true, I have all the datatips visible but I only want 1
line series' datatips to be shown. I used datatip function and hitdata
property for that, like :
if hitdata.element.id = lineseries1
chart.showdatatips=true
else
chart.showdatatips=false
but there are some points that intersect in chart, so at these points
datatips are not shown. I think there must be a better way for doing
this.

Thanks for help!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to