我已将 SciChart 从版本 3.31 更新到最新版本 (4.2.2.9777),由于某种原因,它导致我的应用程序中的每个 SciChart 表面实例都具有这种奇怪的格子背景(见附图)。虽然是节日,但我认为客户不会同意。我不知道是什么原因造成的。这就是我们在样式方面使用的全部内容: 1. 背景:
Background="{DynamicResource {x:Static theme:Brushes.BackgroundBrushKey}}"
一个 GridLinesPanelStyle:
<Style x:Key="GridLinesPanelStyle" TargetType="{x:Type sci:GridLinesPanel}"> <Setter Property="Background" Value="{DynamicResource {x:Static theme:Brushes.BackgroundBrushKey}}" /> <Setter Property="BorderThickness" Value="2" /> </Style>
这些都不应该导致这种行为。知道如何解决这个问题吗?
编辑:我不得不删除这些图像,因为我意识到它们可能包含我们客户的一些专有信息。