I have stock chart and first legend's item is OHLC which is displayed like this:
o:60.11, h:70.11, l:40.11, c:50.11
other legend's items are short like this
55.11
If I want to legend items not overlap, I need to set legend.valueWidth
or legend.spacing
as long as is needed for to the first item not overlap the second. Than other items has the same space which is not needed and sometime legend is on two rows.
What I want to achieve is that every legend item will have only space it needs or to set extraspace for first item.