Pre loader

White background becomes striped

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

0
0

Hi there,

I use SciChart v5.4.0.12119 trial to display FastLineRenderableSeries in my WPF application. It works with the default black background. But when I change the background to white (), the background gets messed up in white-black strips.

I tried to disable hardware acceleration. hwndSource.CompositionTarget.RenderMode = System.Windows.Interop.RenderMode.SoftwareOnly; It doesn’t help.

What could cause the issue?

Regards,
Jun

Version
v5.4.0.12119
Images
  • You must to post comments
0
0

Hi Jun,

This is one of the most common questions we get asked and is very easy to solve. Simply set Axis.DrawAxisBands = false, or set Axis.AxisBandFillBrush.

For more info about styling of chart elements, please see here:
https://www.scichart.com/example/wpf-chart-example-xaml-styling/

Best regards
Andrew

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.