I've been attempting to use RadHTMLChart and have a few questions:
- Is there any way to trigger some behaviour when a user clicks on text in the X axis? Ideally a postback telling me which value was clicked so I can then display more detail on it.
- When using a percent stacked bar chart, it can be very difficult to read small percent values if one item is at 90% or something like that. However, if I use the legend to hide the one value then all the percentages change so that the currently displayed items all add up to 100%. Is there any way to keep the original percentages?
- Through testing we've discovered various characters that can't be used in the label/value fields, such as an apostrophe. Is there a list of these anywhere?
Thanks in advance.