Not clear what you are asking, but did you try dataTipFunction for custom 
dataTips?

It lets you layout your dataTip any way you'd like . Generic example from one 
of my apps 
below...

public function dtf(hd:HitData):String {
        return "<b>"+(hd.item.evaldueDate.getMonth()+1).toString() +
                        '/'+ hd.item.evaldueDate.getDate()+"</b>" + "<br>"+
        hd.item.title + "<br>"
                        +hd.item.crNumber + "<br>" 
                        +hd.item.opr + "<br>";
     }


Don 

--- In [email protected], "Sefi Ninio" <[EMAIL PROTECTED]> wrote:
>
> Hey,
> 
> Is it possible to enable datatips on a chart, but to only display the round
> marker on the series item and not the datatip?
> 
> Thanks,
> Sefi
>



Reply via email to