Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi i have 4 types of charts...
I Want to set a single legend for 4 types of charts..(legend fields are common for 4 types of charts)
can u help me...
Hi,
The easiest way is you hide the legend from all charts and then create textboxes which shows the legend colors and another textboxes which shows text.
Regards,
Kaushik Solanki
Hi,
The easiest way is you hide the legend from all charts and then create textboxes which shows the legend colors and another textboxes which shows text.
Regards,
Kaushik Solanki
Hide legend,take image & put in one text object..
regards-bika
thanks to reply..
but i click legend color..,i want it will affect all the charts..
wat can i do..
Hi,
What do you mean by affect?
Regards,
Kaushik Solanki
Take straight table
Dimension : DimensionName
Expression : ' '
Background colour =
pick(match(DimensionName,
'a,'b','c', 'd'),
rgb(27,125,156),
rgb(166,216,227),
rgb(187,216,84),
rgb(196,178,214)
)
uncheck in general tab "Readonly"
Hide Caption
It will work as legend
Hope it will help u..
regards-bika
if i click the legend color...
it will change charts color also.
affect means affect the chart legend color
Hi,
If you have 4 different expressions then you can give an action on the click of the legend (Textbox) to set an variable and then use that variable to show and hide the expression using the conditional show.
Regards,
Kaushik Solanki
If you dont want the chart color change when clicking on a legend you could check the Persistent Colors box.