SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, and iOS Chart & Android Chart Components
hi,
I have a digital line and I have set IsDigitalLine = true.
But when I zoom it to maximum, I see it is slanted a bit.
Is it expected or I am missing something?
Thanks,
Vibin
Hi Vibin,
Thanks for your question. This happens due to rounding errors. There isn’t much we can do about this because of limited precision of the Double type.
I would suggest that you better prevent situations like this by limiting max possible zoom level. It is possible to do setting MinimalZoomConstrain on an axis. Please find more info about it in this documentation article.
Best regards,
Yuriy
Please login first to submit.