Line chart v 1.2.5 has a great new feature – you can display values in the legend. Check this example and try to move your mouse over the plot area.
Here are all possible settings for values in the legend:
<legend>
……
<values>
<enabled>true</enabled>
<width></width>
<align></align> <unit></unit> <text><![CDATA[{value}]]></text>
<unit_position></unit_position>
</values>
……
</legend>
Update:
instead of setting unit and unit position now you can format value useing HTML. This allows you to display {description}, {series}, {percents} in the legend too.
<unit> and <unit_position> will work too.
How do you change the size of the legend, I want to make it bigger.
Should I change “”
Is there documentation on this somewhere?
My values are disappearing off the bottom.
My graph has a few to many data series (15).
Kind Regards
Eddy.
please, post your questions to forum.
To change increase space for your legend you should set bigger bottom margin of plot area.