Hi,
I'm designing a graph where values fluctuate above and below zero within a set range. I have set yAxisMinValue & yAxisMaxValue to be -600 & 600 respectively which works fine in normal scenarios, however the data for the graph comes from a third party and is often delayed. This results in large negative values, which then overrides the yAxisMinValue and skews the scale on the graph and basically renders it unreadable for the user.
Is there a flag I can set that will allow any large negatives to disapper outside the y axis value range, fixing the scale of the graph no matter what data is supplied to it. I thought setAdaptiveYMin would do it, but after trying it and reading the documentation it does not.
Cheers,
Steve.