Hello,
I'm not able to get implicit themes (No Xaml) working when using a class inherited from RadCartesianChart.
The typical way to get this to work would be to add this to the Application's resource dictionary:
<Style TargetType="controls:RadCartesianChartEx" BasedOn="{StaticResource RadCartesianChartStyle}"/>
however, this does not work as there is no RadCartesianChartStyle resource defined in the theme assemblies. Any ideas how to get this to work? My inherited charts are not displaying when using the NoXaml libraries.
Thanks!
I'm not able to get implicit themes (No Xaml) working when using a class inherited from RadCartesianChart.
The typical way to get this to work would be to add this to the Application's resource dictionary:
<Style TargetType="controls:RadCartesianChartEx" BasedOn="{StaticResource RadCartesianChartStyle}"/>
however, this does not work as there is no RadCartesianChartStyle resource defined in the theme assemblies. Any ideas how to get this to work? My inherited charts are not displaying when using the NoXaml libraries.
Thanks!