--- In [email protected], "tungchau81" <tungcha...@...> wrote: > > > I have two problems: > Problem#1: > I know how to create right-click menu using ContextMenu and > ContextMenuItem. However, I do not know how to make the right-click > menu to show up **if and only if** a user clicks on a wedge of a > PieChart or a column of a ColumnChart, not anywhere else.
I did this with an AreaChart by adding an event listener for mouse clicks to each AreaSeries object. I imagine you could do the same thing with PieSeries or ColumnSeries. I'm not sure what to say about your second problem, I did the above in an AIR application :) Regards, Sunil

