Skip to main content

How to set correct pixel alignment?

In case, application subscribes/listens to LightningChart ChartMessage, the WPF application may raise events related to 'pixel alignment'.

For example, it maybe Warning with details "Failed to set correct pixel alignment...".

It is just warning that internal pixel alignment system was not able to achieve desired results. In worst case the chart/image may be a bit blurry.

If user would enable grid.UseLayoutRounding (as recommended by .NET documentation) that should be sufficient to fix any/most blurriness issues.

If user don’t see any blurriness, then nothing to be alarmed yet, and user can ignore warning.