bulubuloa/Ultimate-Xamarin-Forms-KIT

Hide Legend

Closed this issue · 4 comments

How can I hide the legend of a chart?

In Android I can simply do this
Legend legend = chart.getLegend();
legend.setEnabled(false);

but in Xamarin.Forms?

I'm developing legend :)

Legend has added in newest version (2.3.2)

https://www.nuget.org/packages/UltimateXF/2.3.2

Is the Legend related to the values that show up on top of each entry?
How do i turn those values off?

is there any update related to this issue in terms of solution