Intraday Charts
Is there a way to handle intraday charts and not just daily charts for a CandleSeries?
Thank you,
charlie
SIGN IN To post a reply.
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,
Sample: RealTimeDataSample
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,
Sample: DateTimeAxisDemo
Please refer our UG documentation link to know more about DateTimeAxis,
Regards,
Devi
SIGN IN To post a reply.
- 3 Replies
- 2 Participants
-
CH Charlie Hwang
- Jan 17, 2017 10:54 PM UTC
- Jan 18, 2017 11:13 AM UTC