So I\'m starting to play with the Microsoft Chart control for the first time and I ran into an issue.
I\'m following the ASP.NET Razor Pages guide to generate charts in an ASP.NET MVC 3 view. I can generate/display a pie chart. But I can\'t see how to change the colors of the pie slides - or explode
I need to create a sort of pie chart that has slices with differing radii - similar to: http://www.andypope.info/charts/pieradius.htm.
Is there a way to create my own charting palette in which I can specify my own colors? The ones that are available from
I\'m currently developing a website that shows multiple charts that I build using data from SQL tables. I\'ve used and followed Scott Mitchell\'s tutorial (https://web.archive.org/web/20210927195532/h
Is there a possibility to format a MS Chart Control chart, that the axis label is rendered between major/minor tick marks?
This question already has answers here: Closed 9 years ago. Possible Duplicate: How do I enumerate an enum?
I\'ve been searching for a while and browsing through the samples but could not find a solution to my problem.
Using Microsoft Chart Controls, is it possible to be able to remove a series from a chart by clicking on it in the lege开发者_StackOverflow中文版nd, or do I have to create a separate control for that?
Using the answer Generating the Image from a Controller from this post, I created a controller action to return a chart image as seen below (the X and Y values are just there as test data):