【发布时间】:2019-02-03 22:28:57
【问题描述】:
我在 Xamarin Forms 项目中使用 OxyPlot。
在 WPF 中,跟踪器(当我单击数据点时弹出)具有带有黄色文本的白色背景,因此无法看到。
然而,在 UWP 中,黄色背景和黑色文本就可以了。
如何将跟踪器的字体颜色更改为黑色?
xmlns:oxy="clr-namespace:OxyPlot.Xamarin.Forms;assembly=OxyPlot.Xamarin.Forms"
<oxy:PlotView Model="{Binding MyModel}"
HorizontalOptions="FillAndExpand"
VerticalOptions="FillAndExpand">
</oxy:PlotView>
【问题讨论】:
标签: oxyplot