Map, coloring poligons
Posted: Fri Apr 27, 2007 9:08 pm
Hi, I'm using the map series and have three situations:
1.- Color each poligon with different random colors: this works with ColorEach=true
2.- Color with a range: this works with UseRangeColor = true and setting StartColor and EndColor
3.- Color each poligon with a determined color: I´ve tried with ((Map)mMapa.Chart.Series[0]).Shapes[vPoligono].Color = System.Drawing.Color.FromArgb(vColor) but this not works
Any clue about point three?
Thank you
1.- Color each poligon with different random colors: this works with ColorEach=true
2.- Color with a range: this works with UseRangeColor = true and setting StartColor and EndColor
3.- Color each poligon with a determined color: I´ve tried with ((Map)mMapa.Chart.Series[0]).Shapes[vPoligono].Color = System.Drawing.Color.FromArgb(vColor) but this not works
Any clue about point three?
Thank you