Hi,
What is the goal of a graph produced by your component?
Goal matters a lot because of time complexity.
For e.g. suffix tree implementation is quit often use to represent suffix of
a given string. The benefit of this is that it provides fast implementation
of many important string operations.
Once you know  what you will like to achieve from your component then its
all about programming.
Hope it will be of some help

On Tue, Jan 11, 2011 at 11:55 AM, madhavi chinni <
[email protected]> wrote:

> Hi,
>
> We want to develop a component to render a graph representing nodes
> and edges using flex without using a third party API.
> Can anyone share your views or how can it be done?
>
> Regards,
> Madhavi
>
> --
> 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]<flex_india%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>
>


-- 
Regards
Nakul

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