I have a chart that displays some numbers against the date.
I want to change background color (or individual Bar color) so that weekends are distinctly shown.
The date range varies.
Any help would be highly appreciated
Thanks
Changing background color (or individual Bar color) in Bar c
Re: Changing background color (or individual Bar color) in B
From the top of my head: try setCategoriesPaint/setSeriesPaint({blue,blue,blue,blue,blue,red,red});
HTH,
Klaus
HTH,
Klaus