Skip to content
Discussion options

You must be logged in to vote

Hi @saklanmazozgur,

Text rendering is handled by System.Drawing so we don't have much control over how it is rendered. You could disable anti-aliasing ScottPlot FAQ: Anti-Aliasing but this would probably make the image look worse.

A better option could be to not populate the XLabel, YLabel, and Title, but instead surround your WpfPlot with actual Label elements in your WPF layout. This will give you full control over that text, and is guaranteed to look nice even in conditions that use things like display scaling.

Hope it helps!
Scott

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by swharden
Comment options

You must be logged in to vote
1 reply
@swharden
Comment options

Comment options

You must be logged in to vote
1 reply
@swharden
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@swharden
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #820 on February 23, 2021 13:36.