I\'m using
System.Web.Helpers.Chart
to display charts in my MVC3 application.
@{ var myChart = new Chart(w
I've been struggling with this as well and after reading the Microsoft documentation posted by Danny I finally found that the PaletteCustomColor attribute is the way to go. Here is an example of a theme with custom palette:
const string blue = @" ";