Hey,
I have a XamDataChart with multiple Y-axes. Because of that, I want to color my axes different.
The problem I have is, that the settings
<ig:NumericYAxis.TitleSettings> <ig:TitleSettings Position="Auto" Angle="90" FontSize="{StaticResource Subheading}" Margin="0,0,0,5" > <ig:TitleSettings.Foreground> <SolidColorBrush Color="{StaticResource md_brown_400}" /> </ig:TitleSettings.Foreground> </ig:TitleSettings>
are just completely ignored. The axis has the settings, but it doesnt display them visual.
The strange thing is, at first load of the Chart, it works, but as soon as the dta in the chart changes it resets the visual.
Hi Mike,
I tested your application, and everything works properly.I also now tested a few other charts I have and coloured the titles, everything fine.I don't know yet what causes my problem in my special chart here... I will now do everything step by step and let you know if I know anything more.
Greetings
I solved the problem, The XamDatachart was part of a UserControl, I loaded into a grid of another Control. Using a ContentControl as parent and everything works fine.