Databreaking for XAxis FreeformPointLineSeries

A forum dedicated to WinForms version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
silvestre
Posts: 1
Joined: Tue Jan 22, 2019 12:56 pm

Databreaking for XAxis FreeformPointLineSeries

Post by silvestre » Tue Jan 22, 2019 1:13 pm

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

ArctionKestutis
Posts: 552
Joined: Mon Mar 14, 2016 9:22 am

Re: Databreaking for XAxis FreeformPointLineSeries

Post by ArctionKestutis » Thu Jan 24, 2019 10:13 am

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.

Post Reply