Files
aistudio-wpf-diagram/Live-Charts-master/Examples/Wpf/Resources/ChartResources.xaml
2021-07-23 09:42:22 +08:00

20 lines
1013 B
XML

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:wpf="clr-namespace:LiveCharts.Wpf;assembly=LiveCharts.Wpf" >
<!--<Style TargetType="geared:GLineSeries">
<Setter Property="PointGeometrySize" Value="15"></Setter>
<Setter Property="PointForeround" Value="White"></Setter>
</Style>
<Style TargetType="geared:GStepLineSeries">
<Setter Property="PointGeometrySize" Value="15"></Setter>
<Setter Property="PointForeround" Value="White"></Setter>
</Style>-->
<!--<Style TargetType="wpf:Axis">
<Setter Property="FontSize" Value="16"></Setter>
<Setter Property="Foreground" Value="#808080"></Setter>
</Style>
<Style TargetType="wpf:Separator">
<Setter Property="StrokeThickness" Value="1.5"></Setter>
<Setter Property="Stroke" Value="#BFBFBF"></Setter>
</Style>-->
</ResourceDictionary>