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
- Vyacheslav Seredkin asked 8 years ago
- last edited 8 years ago
- Is there any update on the question?
- You must login to post comments
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.
Best regards,
Andrew
- Andrew Burnett-Thompson answered 8 years ago
- Thank you! That works
- You must login to post comments
Please login first to submit.