We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Is there any limitation for the Date Time Axis?

Hello ppl! I work with realm db and syncfusion on xf and I would like to now if the date time axis can take hours and mins as well. Thanks

1 Reply

PS Parthiban Sundaram Syncfusion Team November 8, 2016 12:41 PM UTC

Hi Stratis,

Thanks for using Syncfusion products.

You can achieve your requirement using following code snippet.
 
 
 
dateTimeAxis.IntervalType  = DateTimeIntervalType.Hours; 
dateTimeAxis.Interval      = 1; 
 
 
Also, we had prepared a sample based on your requirement. Please download the sample from following location.

Sample: http://www.syncfusion.com/downloads/support/forum/127266/ze/SimpleSample-2046827477  
Regards,
Parthiban S 
  


Loader.
Up arrow icon