How do I change legend color on graph builder with box plots?
Hello, I am trying to change the second item in the legend to be black instead of red. Inside of my graph builder function I use the following line of code to do this. (line color 0 = black)Dispatch( {}, "400", ScaleBox, {Legend Model( 3, Properties( 1, {Line Color( 0 )}, Item ID("4TB", 1 ) ) )} )
This is how my plot turns out: The box plot turns black, but the legend is blue, and the outlier da...