Constant legend color
Hi, I build a graph (bar chart) and changed the legend color (and therfore the bar color) by right-clicking and copy the scriptSendToReport(
Dispatch(
{},
"400",
ScaleBox,
{Legend Model(
8,
Properties( 0, {Fill Color( 10 )}, Item ID( "category", 1 ) ),This is part of a bigger graph. When I run the script and include a local data filter, the color for the categories are changi...