This question is locked. New answers and comments are not allowed.
Hello,
i'm trying to see what I can squeeze from your MVC Pie Chart. I'm rendering a piechart with:
.Series(series => series.Pie("Value", "Label","Color",string.Empty)....)
This way I can control the Colors but there is that 4th parameter ExplodeMemberName, I cannot force it to work. I've googled around for it and found nothing. What's it for? How can I use it?
Best Regards
i'm trying to see what I can squeeze from your MVC Pie Chart. I'm rendering a piechart with:
.Series(series => series.Pie("Value", "Label","Color",string.Empty)....)
This way I can control the Colors but there is that 4th parameter ExplodeMemberName, I cannot force it to work. I've googled around for it and found nothing. What's it for? How can I use it?
Best Regards