Determine the colours used by the ASP.NET Chart control
- by Moose Factory
I'd like to find out which colours are used for a particular pallette in the ASP.NET Chart control.
I already know there is an enum on the Chart class to set the palette, e.g.
myChart.Palette = ChartColorPalette.Berry;
But I'd like to know which colours belong to the palette.
Before anyone asks - as I know you will - the reason I need to know…