Hello all,
I have been building some statistics into an app that I build a while ago and was wondering if it was possible to create/modify onSelect functionality for the wedges/bars of the charts. Ex: If I click on the wedge of a chart, I want something to happen. Is this possible? If so, how? Thanks!
Solved! Go to Solution.
You can reference the Selected property of the chart in a control outside of it. For example, in the app below:
The Text property of the label is set to
PieChart1.Selected.City
If you want to show the name only after a user selects a wedge in the chart, then you can use the OnSelect property of the chart, and set a variable with the current selection.
You can reference the Selected property of the chart in a control outside of it. For example, in the app below:
The Text property of the label is set to
PieChart1.Selected.City
If you want to show the name only after a user selects a wedge in the chart, then you can use the OnSelect property of the chart, and set a variable with the current selection.
User | Count |
---|---|
221 | |
99 | |
94 | |
55 | |
36 |
User | Count |
---|---|
273 | |
105 | |
104 | |
60 | |
60 |