-
Notifications
You must be signed in to change notification settings - Fork 989
Open
Labels
Description
Steps to reproduce
- Create a Series (Column/Line/Scatter) with a lot of data (with little variance in Y axis value)
- Set LabelFormatString to show individual values on data points
- Observe how the labels fit the plot - they will easily overlap
Platform: Android and iOS (using Xamarin - but not tied to the platform, I believe, so I add this to this main repo)
.NET version: .NET Standard 2.0
Expected behaviour
The data should be legible to the user.
Actual behaviour
The labels overlap and are hard to read.
Feature description
Control is needed over the label placement. Rotation options, option to hide colliding labels or possibly some algorithm to fit them in the frame by shifting the position.
Reactions are currently unavailable