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
close icon

How to not show the date so often

I have a custom stock market indicator in a database table, with values for every five minutes for many months.  I would like to chart this data, but not have the date and the time displayed on every single point, because it becomes a mess, but just display the datetime a lessor number of times, so that they aren't writing over the top of each other, etc.


1 Reply

DD Dharanidharan Dharmasivam Syncfusion Team October 1, 2016 08:37 AM UTC

Hi Daniel, 

Thanks for using Syncfusion product. 
We have analyzed your query. Since you have values for every five minutes for many months, you can use IntervalType as Months and also when the labels are overlapped, you can use LabelIntersectAction property. We have prepared sample with respect to your requirement. In the sample we have set Trim to LabelIntersectAction property, so that when the labels are overlapped, the labels will get trimmed. Kindly find the code snippet below, 
 
Code snippet: 
Code snippet: 
 
//... 
.PrimaryXAxis(pr => pr .IntervalType(ChartIntervalType.Months) 
.LabelIntersectAction(LabelIntersectAction.Trim)) 
//... 
 
 
Screenshot: 
 

For your reference we have attached the sample. Kindly find the sample from below link, 
For more details on LabelIntersectAction property, follow the link below, 
 
Also the labels can be rotated by using labelRotation property. More details on labelRotation property can be found from following link, 

Thanks, 
Dharani. 


Loader.
Live Chat Icon For mobile
Up arrow icon