This question is locked. New answers and comments are not allowed.
It appears that selecting a portion of a DoughnutSeries is not functioning correctly. I saw from the Telerik Controls Examples app that you can select a portion of a PieChart, so I tried mimicking that functionality, but it did not work. I was able to select the whole chart - the whole chart got enlarged/shrunk when I click on it, but I was not able to select only a portion of it. Is selecting a portion of a DoughnutSeries possible?
---------------------------
So far, I have found several behaviors:
1. If a portion's value percentage is significantly small, it is impossible to select the portion - for example, if I have 10, 20, and 100 as a set, I cannot select the portions represent 10 and 20. Instead, the larger portion (100) gets selected.
2. When the value set was 10, 50, and 90, I was able to select 50 when I clicked the outer line of the portion. When I clicked the inner part of the 50 or any part of 10, the portion for 90 was selected.
3. It seems that clickable area for a portion is not matching with the actual shape of the pie (or doughnut). If a portion occupies near or over 50% of the entire doughnut, the clickable area of that portion seems to cover the other area as well.
4. When I reordered the numbers in the item source to be large to small, I was able to select all 3 portions.
Is this fixable?
-------------------------
In addition, I am not able to interact with the selection. Selecting a portion makes the number text to pop in and out (not the graph itself, but just text), but it does not trigger any type of event or change of property. How can I catch the click action?
---------------------------
So far, I have found several behaviors:
1. If a portion's value percentage is significantly small, it is impossible to select the portion - for example, if I have 10, 20, and 100 as a set, I cannot select the portions represent 10 and 20. Instead, the larger portion (100) gets selected.
2. When the value set was 10, 50, and 90, I was able to select 50 when I clicked the outer line of the portion. When I clicked the inner part of the 50 or any part of 10, the portion for 90 was selected.
3. It seems that clickable area for a portion is not matching with the actual shape of the pie (or doughnut). If a portion occupies near or over 50% of the entire doughnut, the clickable area of that portion seems to cover the other area as well.
4. When I reordered the numbers in the item source to be large to small, I was able to select all 3 portions.
Is this fixable?
-------------------------
In addition, I am not able to interact with the selection. Selecting a portion makes the number text to pop in and out (not the graph itself, but just text), but it does not trigger any type of event or change of property. How can I catch the click action?