BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Steen,
Thanks for using Syncfusion Products.
We can achieve your requirement by using LabelFormat property of ChartAxis as shown in the below code snippet.
CodeSnippet:
[XAML] : <chart:DateTimeAxis.LabelStyle> <chart:ChartAxisLabelStyle LabelFormat = "dd MMM"></chart:ChartAxisLabelStyle> </chart:DateTimeAxis.LabelStyle [C#] : DateTimeAxis dateTimeAxis = new DateTimeAxis(); dateTimeAxis.LabelStyle.LabelFormat = "dd MMM "; |
Please let us know if you require further assistance on this.
Thanks,
Magesh Kumar K
Hi Steen,
We are glad to let you know that we have achieved your requirement by using a
workaround. In this sample, we have written custom renderer for each platform
for formatting individual labels in axis. We will provide this support in
control level in any of our upcoming volume release.
Please find the workaround sample
from the following attachment.
Sample: http://www.syncfusion.com/downloads/support/directtrac/118215/CustomAxisLabelFormat-1084686580.zip
Note: While customizing individual axis labels in custom renderer for
iOS, we faced an error while deploying it to an iPhone device. We have also
fixed that error. Please replace the below attached Syncfusion.SfChart.iOS.dll
in your “../lib/1.3/ios-unified” and “../lib/1.3/ios“paths in order to run the
application on iPhone device.
Dll: http://www.syncfusion.com/downloads/support/directtrac/118215/Xamarian.iOS_Assemblies-83160372.zip
Please let us know if you require further assistance on this.
Thanks,
Magesh Kumar K