Pre loader

Antialising for Strokethickness >= 2

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

Answered
0
0

Hello!

I’ve created a Scichart project. I have a problem using antialiasing property with FastLineRenderableSeries: it works perfect when strokethickness property is set to 1, but when I set strokethickness to value that is greater than 1, changing antialiasing property doesn’t affect renderableseries.

How can I fix this?

Thanks in advance.

Example project source: https://drive.google.com/open?id=0B1VdjR7Lh43qMGNnaVJBYmVUV0E

Version
4.0.4.8098
  • You must to post comments
Best Answer
1
0

Hi Vyacheslav,

Have you seen our article High Quality vs. High Speed vs. DirectX Renderer Plugins?

This talks about the three renderer plugins in SciChart and their strengths / weaknesses.

It sounds to me like you are using the HighSpeedRenderSurface, which uses integer coordinates and fixed point arithmetic. Unfortunately its impossible to correctly anti-alias when lines are thicker than one pixel and in this mode.

Fortunately both the HighQualityRenderSurface and the Direct3D10RenderSurface support antialiasing at higher stroke thicknesses.

enter image description here

enter image description here

enter image description here

Best regards,
Andrew

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies