Hi Chandrama, In your case, there is a method called postitionAllDataTips. This method draws all the data tips on the screen.
I think it uses the property - calloutStroke to define the stroke. There is a private method called initStyles, which is instantiating this stroke. If you could somehow "null"-ify this object, you can get rid of the line. I am just telling you based on what I feel... I am not very sure if this solution would work! Regards, Venkat www.venkatv.com On Fri, Oct 10, 2008 at 12:04 PM, Chandrama <[EMAIL PROTECTED]> wrote: > > Venkat could you please tell me which is the method i can override? > I am not finding any suitable solution to this problem. > > Please help > Regards > Chandrama > > On Oct 1, 10:52 pm, "Venkat Viswanathan" <[EMAIL PROTECTED]> > wrote: > > Hi Chandrama, > > > > Well.. if you have to do something like this... then you will have to > > override the method that is creating the datatip, and write your own > > implementation. I think *ChartBase* is the class that creates the data > tip > > (if I am not wrong). > > > > Regards, > > Venkatwww.venkatv.com > > > > On Wed, Oct 1, 2008 at 1:02 PM, Chandrama <[EMAIL PROTECTED]> > wrote: > > > > > Hi Venkat, > > > > > I agree with you that the connectors are helpful to identify the label > > > attached to a data point. > > > But the problem i have is that, the labels are often depicted at a > > > distance far from the data point, even when plenty of spaces are > > > available near the data point. > > > > > Can you tell me if there is a way, by which i can set the lengths of > > > the connectors? > > > > > Thanks for heping > > > Regards > > > chandrama > > > > > On Sep 29, 10:01 pm, "Venkat Viswanathan" <[EMAIL PROTECTED]> > > > wrote: > > > > Hi Chandrama, > > > > > > Basically it shows up the connecting lines because when all the data > tips > > > > are visible at once, then the user wont be able to make out which > data > > > tip > > > > callout represents which point. And that will be a usability issue as > > > well. > > > > Don't you think it applies in your case? > > > > > > Regards, > > > > Venkatwww.venkatv.com > > > > > > On Mon, Sep 29, 2008 at 5:23 PM, Chandrama <[EMAIL PROTECTED]> > > > wrote: > > > > > > > Hi folks, > > > > > > > When we set "showAllDataTip" to true, the static labels appear in > the > > > > > chart with connecting lines. Can anyone please suggest how to avoid > > > > > these lines? > > > > > > > Please reply. > > > > > > > Regards > > > > > Chandrama > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

