【发布时间】:2013-05-23 21:29:47
【问题描述】:
我正在使用 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>
有什么方法可以实现吗?
【问题讨论】: