Is it possible to have a pallete of colours based on a single colour ?
Lets take a pie chart as an example - where I want the entire pie graph to be shades of blue
The first sector starts with dark blue, then each subsequent sector is a shade of that blue
Without individually creating an array of colors (Dim colors() As Integer ={...} )then applying it .(setColors(Chart.DataColor, colors)) as I have no idea how many sectors the pie will have
Kinda like a greyscale palette, but based on a starting colour that is not black |