The Primary Axis supports Numeric, Category, and DateTime Axis types, the Secondary Axis supports Numeric and DateTime Axis types.
[[Category:Client|Charts]][[Category:Mobile|Charts]][[Category:WinX|Charts]][[Category:XAML|Charts]]
==== Template Selectors ====
CategoryAxisTemplate="{StaticResource CategoryAxisTemplate}"
DateTimeAxisTemplate="{StaticResource DateTimeAxisTemplate}"
IsPrimaryAxis="True" NumericAxisTemplate="{StaticResource NumericAxisTemplate}" IsPrimaryAxis="True" />
<resources:ChartAxisTemplateSelector
x:Key="SecondaryAxisTemplateSelector"
CategoryAxisTemplate="{StaticResource CategoryAxisTemplate}"
DateTimeAxisTemplate="{StaticResource DateTimeAxisTemplate}"
IsPrimaryAxis="False" NumericAxisTemplate="{StaticResource NumericAxisTemplate}" IsPrimaryAxis="False" />
</Grid.Resources>
</source>