Changes

Charts

42 bytes added, Thursday at 12:39
== Xamarin Mobile Chart Customizing {{Version/XamarinSince|4.8}} ==
Since Client Version 4.8 it is also supported for Xamarin Mobile clients to customize charts. As there is currently no standard Chart xaml, it needs to be customized in any existing xaml, e.g. in UBIKPropertyArea. To achieve that, the following [[Charts#Resources|Resources]] and a [[Charts#Chart_control|Chart control]] should be created.
=== Resources ===
<source lang = "XML">
Mobile(Xamarin):
 
xmlns:chart="clr-namespace:Syncfusion.SfChart.XForms;assembly=Syncfusion.SfChart.XForms"
<ResourceDictionary>
<source lang = "XML">
Mobile(Xamarin):
 
xmlns:chart="clr-namespace:Syncfusion.SfChart.XForms;assembly=Syncfusion.SfChart.XForms"
xmlns:controls="clr-namespace:UBIK.CPL.Controls;assembly=UBIK.CPL"
[[Category:Client|Charts]]
[[Category:Mobile|Charts]]
[[Category:WinX|Charts]]
[[Category:XAML|Charts]]
[[Category:Mobile|Charts]]
583
edits