This is a migrated thread and some comments may be shown as answers.

How use DateTimeContinuousAxis in my user case

6 Answers 56 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Fet
Top achievements
Rank 1
Fet asked on 05 Jul 2017, 12:46 PM

This is my diagram - Diagram1(Attach file).

I use as HorizontalAxis - NumericalAxis, as VerticalAxis - CategoricalAxis.

"1", "2", "11", "111" - it is tasks with start and end dates.
Now in my diagram displays tasks and the number of days (in proportion). 
But I need to display the start and end dates of the task on the diagram.
I think it will suit me - DateTimeContinuousAxis(HorizontalAxis ) .  
But I do not know how to display proportionally the duration for DateTimeContinuousAxis.

Please, help me.

 

 

6 Answers, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 10 Jul 2017, 07:10 AM
Hi Fet,

This looks more like a scheduling scenario, which is not supported in RadCartesianChart. The purpose of DateTimeContinuousAxis is to deisgnate a point in time at which there's a value to plot e.g. sales on Monday, Tuesday, etc. rather than measure timespan intervals.

Best regards,
Ves
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Yodo
Top achievements
Rank 1
answered on 10 Jul 2017, 11:01 AM
How do I display the duration(proportionally datetime) on the chart? What can I use for this user case? Any ideas.
0
Pavel R. Pavlov
Telerik team
answered on 13 Jul 2017, 06:03 AM
Hello Yodo,

We would really like to assist on your way, however could you please be more specific about your scenario? What exactly you need to achieve? Is it possible to provide us with pictures visualizing your scenario. This will help us to better understand your requirement.

Thank you for your cooperation.

Regards,
Pavel R. Pavlov
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Fet
Top achievements
Rank 1
answered on 19 Jul 2017, 07:29 AM
I need this diagram (diagram2 file). On  HorizontalAxis I need show DateTime value(proportion).
0
Pavel R. Pavlov
Telerik team
answered on 21 Jul 2017, 09:50 AM
Hello,

Basic usage of the DateTimeContinues axis can do the trick in your case. You can set a LabelFormat to display the required string.

You can take a look at our SDKBrowser for more details. It contains code from the articles in our documentation. You can jump into it and modify any of the chart examples that utilize the respective axis.

Regards,
Pavel R. Pavlov
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Yodo
Top achievements
Rank 1
answered on 27 Jul 2017, 01:53 PM
Thank you. LabelFormat - that's what I need
Tags
Chart
Asked by
Fet
Top achievements
Rank 1
Answers by
Ves
Telerik team
Yodo
Top achievements
Rank 1
Pavel R. Pavlov
Telerik team
Fet
Top achievements
Rank 1
Share this question
or