Hello,
I’m working at displaying a map using FastNonUniformHeatmapRenderableSeries. I want to make it looks blurry, so there will be smooth transition between inner edges.
How can I do it?
Thanks in advance
- Sergei Stishenko asked 6 years ago
-
Is there any update on my question?
- You must login to post comments
Hi Sergei,
If you are using the DirectX Renderer plugin in SciChart WPF, then the property FastUniformHeatmapRenderableSeries / FastNonUniformHeatmapRenderableSeries.UseLinearTextureFiltering will make the heatmap linearly interpolated or smoothed between cells.
The same option does not exist for the software renderers because this function is too CPU intensive to be performed in a software renderer.
Best regards,
Andrew
- Andrew Burnett-Thompson answered 6 years ago
-
Hi Andrew, Thank you I’ll try to use this approach and give you feedback
- You must login to post comments
Please login first to submit.