Page 1 of 1

Databreaking for XAxis FreeformPointLineSeries

Posted: Tue Jan 22, 2019 1:13 pm
by silvestre
Good afternoon,

I have a chart component and I am using the FreeformPointLineSeries to display data.

We feed the series periodically, and when doing so, we call the the method ViewXy.ZoomToFit();
So far so good.
We are also using the Databreaking implementation of the series. When the Databreaking value is reached for the Yaxis the zoom to fit operation works fine and ignores this value while changing the scalling. But the same is not happening for the x axis (we would want to ignore these xaxis values while fitting the scaling).

Do you have any solution to this problem?

Thanks for your help in advance,
Cheers,
Celso

Re: Databreaking for XAxis FreeformPointLineSeries

Posted: Thu Jan 24, 2019 10:13 am
by ArctionKestutis
Hello Celso,

Thank you for the report.
Yes, X-values checking disregard the DataBreaking value. Looks like a bug, which we try to fix as soon as possible.
There is no good workaround, except replacing 'bad' X-values with some sensible and adding 'bad' value to Y-field.

All the best.