我试图在 SciCharts 的 AxisPane 上设置一些隐式样式——甚至只是为了改变背景颜色,ala:
<Style TargetType="{x:Type SciCharts:AxisPanel}">
<Setter Property="Background" Value="Red"></Setter>
</Style>
我尝试将样式放在 Application.Resources、SciChartSurface.Resources 内、UserControl.Resources 中,但绝对没有运气。