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
1415
Override RadialPieSeries LabelSettings
posted

How can I override the AxisLabel Foreground setting within my own App.xaml resource dictionary?

I've tried this but does not work

<Style TargetType="ig:NumericAngleAxis" >
                <Setter Property="LabelSettings">
                    <Setter.Value>
                        <ig:AxisLabelSettings Foreground="Blue" FontSize="20"/>
                    </Setter.Value>
                </Setter>
            </Style>

Parents Reply Children
No Data