0
Under review

Xamarin.Android LineChart legend items text cut off

Tyron Gower 10 year бұрын updated by anonymous 10 year бұрын 1
I have a LineChart with the Legend Above/Outside and it is cutting off the text, when i increase the symbol length it expands but i cant seem to get the text to stop being cut off (after about 1-2 letters)

Control.Model.LegendOrientation = LegendOrientation.Horizontal;
Control.Model.LegendPosition = LegendPosition.TopCenter;
Control.Model.LegendPlacement = LegendPlacement.Outside;
Control.Model.LegendItemAlignment = HorizontalAlignment.Center;
Control.Model.LegendFontSize = 9;
Control.Model.LegendMaxWidth = 1000;
Control.Model.LegendSymbolLength = 15;
Under review
This sounds like a bug! Are you seeing the same behaviour in the example apps?
Need to confirm the bug then add it to https://github.com/oxyplot/oxyplot/issues