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 have a custom LineChartView, with two lines and I use self.leftAxis.resetCustomAxisMax() and Min().
However, I've noticed that if a min or a max is in the second line, it is not taken into account by the auto max/min of the chart.
Hi,
I have a custom LineChartView, with two lines and I use self.leftAxis.resetCustomAxisMax() and Min().
However, I've noticed that if a min or a max is in the second line, it is not taken into account by the auto max/min of the chart.
Here's how my code is setup:
then I set all the chart's settings, including calling resetCustomAxisMax
The text was updated successfully, but these errors were encountered: