Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Can I have a different caption title text in a Chart depending on if this is maximized or minimized ? For isntance, when the Chart is maximized I want the caption to show "Current units for AMS region". However when the Chart is minimized I just want the caption text to show "Units".
Is that possible ?
thks,dani
Its not possible directly and the way you wanted... but there's a workaround which may achieve a similar result.
We can use a variable and use it to display chart title and caption title. We will Allow Minimize and Allow Maximize, but will not display the caption bar. We can use 2 buttons labelled as Minimize and Maximize and use the action panel to dynamically change the value of the variable. Example file attached.
Its not possible directly and the way you wanted... but there's a workaround which may achieve a similar result.
We can use a variable and use it to display chart title and caption title. We will Allow Minimize and Allow Maximize, but will not display the caption bar. We can use 2 buttons labelled as Minimize and Maximize and use the action panel to dynamically change the value of the variable. Example file attached.
I like this approach ! Thanks !