私は OxyPlot を使用しており、プロットのみを表示しようとしています。軸番号、軸、および背景を透明にする方法を見つけました。しかし、軸のダッシュを透明にする方法が見つからないようです:
私が使用するコードは次のとおりです。
<oxy:Plot Grid.Row="1" Background="Transparent" TextColor="Transparent" PlotAreaBorderColor="Transparent">
<oxy:LineSeries ItemsSource="{Binding CoilData, RelativeSource={RelativeSource FindAncestor, AncestorType=Window}}" DataFieldX="Key" DataFieldY="Value"/>
</oxy:Plot>
それを達成する方法はありますか?