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

Intraday Charts

Is there a way to handle intraday charts and not just daily charts for a CandleSeries? 

Thank you,
charlie

3 Replies

CH Charlie Hwang January 17, 2017 10:57 PM UTC

I was looking for it last night but could not find the solution. I want to have down to 1-minute charts, do I do the following with IntervalType="Minutes"?

<chart:SfChart.PrimaryAxis>

<chart:DateTimeCategoryAxis Interval="1" IntervalType="Minutes" Header="Primary"

EnableScrollBar="True"  LabelFormat="hh:mm:ss" />

</chart:SfChart.PrimaryAxis>




DA Devi Aruna Maharasi Murugan Syncfusion Team January 18, 2017 11:06 AM UTC

Hi Charlie, 
  
Thanks for contacting Syncfusion Support. 
  
We can achieve your requirement with the Interval and IntervalType properties of DateTimeAxis and the properties can be enabled as shown in the below code snippet, 
 
 
            <chart:SfChart.PrimaryAxis> 
                <chart:DateTimeAxis Interval="1" IntervalType="Minutes" /> 
            </chart:SfChart.PrimaryAxis> 
 
  
We have prepared a simple demo sample based on your requirement for your reference and it can be downloaded from below link, 
  
  
Please refer our UG documentation link to know more about DateTimeAxis, 
  
Regards, 
Devi 






DA Devi Aruna Maharasi Murugan Syncfusion Team January 18, 2017 11:13 AM UTC

Hi Charlie, 
  
Please ignore the previous update. 
  
We can achieve your requirement with the Interval and IntervalType properties of DateTimeAxis and the properties can be enabled as shown in the below code snippet, 
 
 
            <chart:SfChart.PrimaryAxis> 
                <chart:DateTimeAxis Interval="1" IntervalType="Minutes" /> 
            </chart:SfChart.PrimaryAxis> 
 
  
We have prepared a simple demo sample based on your requirement for your reference and it can be downloaded from below link, 
  
  
Please refer our UG documentation link to know more about DateTimeAxis, 
  
Regards, 
Devi 





Loader.
Live Chat Icon For mobile
Up arrow icon