bulubuloa / Ultimate-Xamarin-Forms-KIT

A powerful 🚀 Android/iOS chart view / graph view library, binding support for Xamarin.Forms, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, dragging and animations.
https://www.nuget.org/packages/UltimateXF/
121 stars 33 forks source link

Hide Legend #5

Closed autosoftmultimedia closed 5 years ago

autosoftmultimedia commented 5 years ago

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?

bulubuloa commented 5 years ago

I'm developing legend :)

bulubuloa commented 5 years ago

Legend has added in newest version (2.3.2)

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

manueljscruz commented 3 years ago

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

Kotichalla commented 3 years ago

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