Looking for a way to dynamically populate multiple doughnut series so that I can make my "ring" chart that I made with the winforms version.
I've looked at the "Dynamic Number of Series (ChartSeriesProvider)" article. There doesn't seem to be a "PieSeriesDescriptor", and using the "ChartSeriesDescriptor" that is for "all series", it complains about "<telerik:ChartSeriesDescriptor " with the errors:
The type "ChartSeriesDescriptor" is abstract and must include an explicit value
Type 'ChartSeriesDescriptor' is not usable as an object element because it is not public or does not define a public parameterless constructor or a type converter.