Replies: 1 comment
-
Any update on this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using a CartesianChart, the chart lines and label text are rather blurry. I assume this is an issue with SkiaSharp? I don't know much about Skia in particular, a search for a solution to this leads me to two different properties that could affect this. "SnapToDevicePixels" and "UseLayoutRounding" (link to my search result: https://github.com/mono/SkiaSharp/issues/382). It seems neither of these helped me out. Attached is a snapshot of part of my chart where you can see the blurriness of both the text and lines. This occurs both at full scale and zoomed, but it is a pretty large chart so zooming exaggerates the issue a bit.

Any help?
Beta Was this translation helpful? Give feedback.
All reactions