Currently, we are working on an UltraChart and it will have an event happen when the chart is clicked. That is not a major issue. However, I would like to know if it is possible to assign a click even for EACH pie slice in the UltraChart.
You can't assign click events to pie chart slices, but you can handle ChartDataClicked event and based on what the Row property is set to, call various functions related to each of the slices.
Would this be a feature that might be available in future releases of the product?
Also, thank you for your time. We'll more than likely be appying that to our existing chart.