Hello-
First off, my apologies if this is addressed in the xamChart API documentation (where is this posted?), but we're a current NetAdvantage customer and are evaluating the new xamChart for a new project.
Do the DataPoints in, say the 3D Bubble Chart sample have any hit testing enabled - e.g., can they respond to MouseOver or Click events, as ordinary UIComponents do? If not how can I add this functionality?
Thanks,
Rolf
Hello Rolf,This is the link where you can find documentation for the xamChart:http://help.infragistics.com/NetAdvantage/WPF/2007.2/CLR3.x/If you open Feature Browser Samples you will find Selection 3D sample (With 3D pie chart) which shows how to use Hit Test and mouse events with 3D charts. Check c# code for MouseMove and MouseDown events.You can also check document: http://help.infragistics.com/Help/NetAdvantage/WPF/2007.2/CLR3.X/html/xamChart_Determining_Which_DataPoint_the_End_User_Clicks.htmlThanks,GoranS
Goran- thank you, that's exactly what I needed to know!
-Rolf