I have a bar graph and there are 3 categories… Each category has a max sales of &20K , 30K and 50K… Let me know if you have any ideas on adding multiple background colors for each category
How to set background color for Bar graphs ?
What do you mean ‘background colors’?
Is there 3 measures, or 1 measure that is split by a hierarchy?
Hi @david.glickman Only one measure. I need the Background color to act as the boundary for the values in the column chart.
Hello,
I think you can use this:
var brush2 = new dundas.controls.SolidColorBrush(color4);
chart1.control.series[0].fill = brush2;
color4 must be defined.
I think you can do this via states
1 Like