Search found 3 matches
- Tue Jul 09, 2024 7:34 am
- Forum: ActiveX
- Topic: Issue with OnClickSeries Event and ColorEachPoint in Pie Chart
- Replies: 5
- Views: 25962
Re: Issue with OnClickSeries Event and ColorEachPoint in Pie Chart
Thank you for your suggestion. However, the issue is not about executing the click event at the end of the LoadFromStream method. The problem is that the OnClickSeries event should trigger when I actually click on the pie chart slices.
- Wed Jun 26, 2024 3:30 pm
- Forum: ActiveX
- Topic: Issue with OnClickSeries Event and ColorEachPoint in Pie Chart
- Replies: 5
- Views: 25962
Re: Issue with OnClickSeries Event and ColorEachPoint in Pie Chart
I cannot send an example, but I found that the issue where the OnClickSeries event is no triggered occurs
after loading the style file with the instruction
ole_graf.object.Import.LoadFromStream(....)
it works correctly with version 5 and with other types of charts
after loading the style file with the instruction
ole_graf.object.Import.LoadFromStream(....)
it works correctly with version 5 and with other types of charts
- Thu Jun 20, 2024 1:10 pm
- Forum: ActiveX
- Topic: Issue with OnClickSeries Event and ColorEachPoint in Pie Chart
- Replies: 5
- Views: 25962
Issue with OnClickSeries Event and ColorEachPoint in Pie Chart
I have a problem with pie charts width release 2024 ActiveX + Powerbuilder . - OnClickSeries Event Not Triggering: I have set up an OnClickSeries event for my pie chart, but it does not seem to trigger when I click on any of the slices. I have verified other chart type work. - ColorEachPoint Not App...