Forum Discussion
mesmollar
9 years agoAdvocate I
Line Chart - Dim/transparency % when one line is selected
There is a degree of dim/transparency applied automatically when one line on a mulitple line chart is selected. Does anyone know if this is customizable? I'd like to increase the transparency of...
ebatt732
5 months agoNew Member
Was a solution to this problem ever found?
hnguy71
5 months agoSuper User
oh wow. nice to see an old post coming back up hahah.
With more modern controls, yes it's possible. Most visuals how have an 'fx' button next to conditionally set color and even transparency now.
You can conditionally set a color's transparency using the 8-digit hex values.
FF = 100%
E6 = 90%
CC = 80%
B3 = 70%
...
00 = 0%
So if I wanted a color partially transparent... say a shade of blue at 70%, I would use the hex code: "#003366B3".
However, your milage may vary and it just depends on how you implement it. Each person's scenario may be different.