Jump to: navigation, search

Changes


Charts

82 bytes added, 4 June
/* Xamarin Chart Customizing {{Version/XamarinSince|4.8}} */
== Xamarin Chart Customizing {{Version/XamarinSince|4.8}} ==
Since Client Version 4.8 it is also supported for Xamarin 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 components [[Charts#Resources|Resources]] and a [[Charts#Chart_control|Chart control]] should be created. === Resources ===
==== Axis Templates ====
</source>
==== Chart Control =control ===
To display the Chart itself and to use the resources defined above, an extended Chart control is required with bindings to the Primary and Secondary Axis Template Selectors, Series, and Thresholds [[Charts#ChartData|ChartData]] properties. To access further and to make use of all [[Charts#Chart_properties|Chart properties]], related Syncfusion components can be added to the chart control and use [[Charts#Chart_properties|Chart properties]] as bindings as defined in the example below. For more information and examples, please refer to the [https://help.syncfusion.com/xamarin/charts/overview Syncfusion Xamarin Charts documentation].
337
edits