Changes

Charts

236 bytes added, 1 October
/* Mobile Chart Customizing {{Version/XamarinSince|4.8}} */
==== Converter ====
The IntToDateTimeIntervalConverter should be added to the ReourceDisctionary ResourceDictionary to use it in the DateTimeAxisTemplate for a proper conversion of the integer provided by the server to a [[Charts#ChartAxis|DateTimeIntervalType ]] that can be processed by the Syncfusion Chart control.
<source lang = "XML">
Mobile(: Namespace Xamarin):xmlns:chart="clr-namespace:Syncfusion.SfChart.XForms;assembly=Syncfusion.SfChart.XForms"Namespace Maui: xmlns:chart="clr-namespace:Syncfusion.Maui.Charts;assembly=Syncfusion.Maui.Charts"
xmlns:chart="clr-namespace:Syncfusion.SfChart.XForms;assembly=Syncfusion.SfChart.XForms"
<ResourceDictionary>
<converters:IntToDateTimeIntervalConverter x:Key="IntToDateTimeInterval" />
</controls:SfChartExt>
</source>
 
[[Category:Client|Charts]]
[[Category:Mobile|Charts]]
[[Category:WinX|Charts]]
[[Category:XAML|Charts]]
== Availability ==
654
edits