[flex_india:26326] graph dataTip

View: New views
3 Messages — Rating Filter:   Alert me  

[flex_india:26326] graph dataTip

by Varun Bajaj (PHP) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All

I am having a graph having multiple series of various types like lineSeries, ColumnSeries etc.and i want to show customDataTip for series specific.

Example.
                   Line Series        "Sales = <Value>"

                    Column Series "Region = <Banglore>"
                              
             "Merchandiser = <emp> "
                                           "Value = <saleValue>"

any help is highly appreciable with thanks and regards,

Varun Bajaj

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


[flex_india:26335] Re: graph dataTip

by Kaleem-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


You have to use dataTipFunction to make your won string to be
dispalyed in data tip.

hope this will help.

-kk


On Nov 3, 6:29 am, Varun Bajaj <vb.j...@...> wrote:

> Hi All
>
> I am having a graph having multiple series of various types like lineSeries,
> ColumnSeries etc.and i want to show customDataTip for series specific.
>
> Example.
>                    Line Series        "Sales = <Value>"
>
>                     Column Series "Region = <Banglore>"
>
>              "Merchandiser = <emp> "
>                                            "Value = <saleValue>"
>
> any help is highly appreciable with thanks and regards,
>
> Varun Bajaj
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex India Community" group.
To post to this group, send email to flex_india@...
To unsubscribe from this group, send email to flex_india+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---


[flex_india:26379] Re: graph dataTip

by saurabh goel-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Varun,
 
For this u have to use DataTipRenderer. Inside this renderer u can easily get the reference of a particular series on rollover. User Swich case in renderer and populate rendere accordingly.
 
Regards
Saurabh Goel

On Tue, Nov 3, 2009 at 4:59 PM, Varun Bajaj <vb.j2ee@...> wrote:
Hi All

I am having a graph having multiple series of various types like lineSeries, ColumnSeries etc.and i want to show customDataTip for series specific.

Example.
                   Line Series        "Sales = <Value>"

                    Column Series "Region = <Banglore>"
                              
             "Merchandiser = <emp> "
                                           "Value = <saleValue>"

any help is highly appreciable with thanks and regards,

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