You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the charts library as a custom renderer in a PCL project. As seen in this screenshot, the render area for the line chart seems to be drawn offscreen. Before data is loaded however, the text saying "No data is available" is shown.
The pie chart and bar chart are also exhibiting this "offscreen drawing" behavior as well. Am I coding the custom renderer wrongly somewhere?
The text was updated successfully, but these errors were encountered:
Start with your UIView frame first. If your UIView is in right position, it should be displayed correctly. As you see we don't touch any frames. It just draw inside the view.
Hi,
I'm using the charts library as a custom renderer in a PCL project. As seen in this screenshot, the render area for the line chart seems to be drawn offscreen. Before data is loaded however, the text saying "No data is available" is shown.
The pie chart and bar chart are also exhibiting this "offscreen drawing" behavior as well. Am I coding the custom renderer wrongly somewhere?
The text was updated successfully, but these errors were encountered: