Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
210
XamDatachart Axis Title doesnt apply settings
posted

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.