Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

In my app I offer various charts and display them in small windows and then enlarge them when they are selected. (using Absolute Layout).

The issue I have is that when the chart is small, the titles, center view, legends, etc. do not size down well. The chart graphics themselves look good in all sizes, but text, as expected, does not.

To resolve this I have derived my own version of the charts that I need, and added an "IsCompact" property.

When it is set, all extraneous chart information such as legends, titles,  etc.. are made invisible.

On resetting the values are restored to the original values. (or Bindings)

It would be nice if charts supported this out of the box. 

Thank you for your consideration.