Hi Daniel,Thanks for your update and we will wait to hear from you.Thanks,Muneesh Kumar G.
<Style TargetType="charts:ChartAxisBase2D">
..
<Setter Property="CrosshairLabelTemplate" Value="{StaticResource axisCrosshairLabel}"></Setter>
<Setter Property="Foreground" Value="{StaticResource ContentForegroundBrush}"/>
<Setter Property="FontFamily" Value="{StaticResource AxisLabelFontFamily}"/>
<Setter Property="FontSize" Value="{StaticResource AxisLabelFontSize}"/>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="charts:ChartAxisBase2D">
..
</ControlTemplate>
</Setter.Value>
</Setter> |