This question is locked. New answers and comments are not allowed.
I'd like to add a tooltip while making the chart series item and then concatenate onto that tooltip the percent of the pie chart it is ("#%"). Is this possible?
So my tooltip is created as so:
csi.ActiveRegion.Tooltip = datarow["table_name"].ToString();
I would like to add on to the above the percent of the pie chart the item utilizes. I imagine this would have to happen after all the items have been added (so that it can calculate the percent), but I don't see any method for adding to a tooltip at that point...
Thanks for your time
So my tooltip is created as so:
csi.ActiveRegion.Tooltip = datarow["table_name"].ToString();
I would like to add on to the above the percent of the pie chart the item utilizes. I imagine this would have to happen after all the items have been added (so that it can calculate the percent), but I don't see any method for adding to a tooltip at that point...
Thanks for your time