Hi,
I am trying to setup the Legend in such a way that it displays 2 lines. example:
Pressure
1000
Where the first Line is the Series Name, and the second line is the LeftAxis maximum height.
What I don't want is this:
Pressure 1000
Anyone have an idea?
Thanks!
Multiple lines of text for each Series in Legend
Re: Multiple lines of text for each Series in Legend
Hello,
The easiest way to do this is to add two dummy series (empty) with the according titles "Pressure" for the first and "1000" for the second. Then, you could hide the "real" series (the series you already have with data) from the legend with ShowInLegend=false
The easiest way to do this is to add two dummy series (empty) with the according titles "Pressure" for the first and "1000" for the second. Then, you could hide the "real" series (the series you already have with data) from the legend with ShowInLegend=false
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Multiple lines of text for each Series in Legend
Thanks Yeray,
Although that was not what I had in mind, I'll skip this for now.
Although that was not what I had in mind, I'll skip this for now.