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

need help with graph

1 Answer 24 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Vit100
Top achievements
Rank 1
Vit100 asked on 19 Aug 2011, 05:58 PM
Could u pls advice how to do chart like on the picture attached with data model like this:
public class Contract{
   public string ContractOID;
   public DateTime StartDate;
   public DateTime EndDate
}
  
Contracts = new ObservableCollection<Contract>{
            new Contract {ContractOID=1, ContractOID="Contract1", StartDate=new DateTime(2011,1,1), EndDate=new DateTime(2011,3,15)},
            new Contract {ContractOID=2,ContractOID="Contract2", StartDate=new DateTime(2011,3,16), EndDate=new DateTime(2011,12,31)},

Data look like this:
ContractOID StartDate EndDate
Contract1 1-Jan-11 15-Mar-11
Contract2 16-Mar-11 31-Dec-11


I think it should be gantt chart.

1 Answer, 1 is accepted

Sort by
0
Giuseppe
Telerik team
answered on 24 Aug 2011, 08:42 AM
Hello Vit100,

RadChart does not support Gantt series type and it would not be possible to achieve the desired effect at the moment. However, we are currently working on a stand-alone Gantt solution and we are targeting the Q3 2011 release (around November) for the first public version of the new component.


All the best,
Giuseppe
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
Chart
Asked by
Vit100
Top achievements
Rank 1
Answers by
Giuseppe
Telerik team
Share this question
or