Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there a way to reference one of the theme colours in an expression for the background color of a chart so that I don't have to find type in the RGB code all the time?
Help is appreciated.
You could use color(n) to refer to the color pallete from your chart to which you could apply an object-theme.
- Marcus
You could use color(n) to refer to the color pallete from your chart to which you could apply an object-theme.
- Marcus
No way to put it in the theme. But you can create color variables for your expression.
In the script :
SET vcolor_Expression1 = RGB(53, 56, 69);