how can i change the default appearance of syncfusion charts using the ResourceDictionary in the App.xaml file?
i tried some but this seems not to work:
<Style TargetType="sfChart:DateTimeAxis">
<Setter Property="LabelStyle">
<Setter.Value>
<sfChart:ChartAxisLabelStyle TextColor="Red"/>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="sfChart:SfCartesianChart">
<Setter Property="sfChart:DateTimeAxis.LabelStyle">
<Setter.Value>
<sfChart:ChartAxisLabelStyle TextColor="Red" Stroke="red" FontSize="35"/>
</Setter.Value>
</Setter>
</Style>
can you give me some directions?
I need to change, LabelColors, Grid Lines colors