Queries regarding Gantt Chart
-
- Newbie
- Posts: 57
- Joined: Thu Jun 02, 2011 12:00 am
Queries regarding Gantt Chart
Hi Steema Support,
We are working in a Silverlight project in which we are using TeeChart 2010 .NET Silverlight Version.
In this project we have a chart which is Gantt Chart. We have following two queries:
1. We are displaying Top Axes label in MM-yyyy formate. We have a task to do, for adding month on minor ticks & years on Major Ticks. Please tell the possible solution for this problem?
2. How could we add gradient on each bar of Gantt chart?
For more explanation we are also attaching a picture which will clear our query.
Any suggestion will be highly appreciated.
Thanks and Regards
Plannoresearch
We are working in a Silverlight project in which we are using TeeChart 2010 .NET Silverlight Version.
In this project we have a chart which is Gantt Chart. We have following two queries:
1. We are displaying Top Axes label in MM-yyyy formate. We have a task to do, for adding month on minor ticks & years on Major Ticks. Please tell the possible solution for this problem?
2. How could we add gradient on each bar of Gantt chart?
For more explanation we are also attaching a picture which will clear our query.
Any suggestion will be highly appreciated.
Thanks and Regards
Plannoresearch
- Attachments
-
- Gantt Chart queries.png (29.54 KiB) Viewed 16183 times
Re: Queries regarding Gantt Chart
Hello Planoresearch,
I hope will help.
Thanks,
You can take a look in the Demo project of TeeChart, All Features\Welcome !\Axes\Alternate Labels and in this link where is talked about custom labels.1. We are displaying Top Axes label in MM-yyyy formate. We have a task to do, for adding month on minor ticks & years on Major Ticks. Please tell the possible solution for this problem?
To add the gradient in the Gantt Series you need access to the pointer as do in next line of code:2. How could we add gradient on each bar of Gantt chart?
Code: Select all
gannt1.Pointer.Gradient.Visible = true;
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 57
- Joined: Thu Jun 02, 2011 12:00 am
Re: Queries regarding Gantt Chart
Hi Sandra,
Thanks the reply. For adding gradient on Gantt Series we put following line of Code:
But this is not working for my project (may be because it is a Silverlight application). While it is working on WinForm Application. Please let us know is it a bug or we are missing anything else?
We will appreciate your comments.
Thanks in Advance
Thanks & Regards
Plannoresearch
Thanks the reply. For adding gradient on Gantt Series we put following line of Code:
Code: Select all
gannt1.Pointer.Gradient.Visible = true;
We will appreciate your comments.
Thanks in Advance
Thanks & Regards
Plannoresearch
Re: Queries regarding Gantt Chart
Hello Planoresearch,
Using next code in Siverlight application works fine for me:
Can you check if it works as you want?
Thanks,
Using next code in Siverlight application works fine for me:
Code: Select all
public MainPage()
{
InitializeComponent();
InitializeChart();
}
private void InitializeChart()
{
Steema.TeeChart.Silverlight.Styles.Gantt gant1 = new Steema.TeeChart.Silverlight.Styles.Gantt(tChart1.Chart);
gant1.FillSampleValues();
gant1.Pointer.Gradient.Visible = true;
}
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 57
- Joined: Thu Jun 02, 2011 12:00 am
Re: Queries regarding Gantt Chart
Hi Sandra,
Thanks for the reply and code you provided. I used this code but I don’t think I am getting gradient effect on my Gantt Series. Is it? You can see it in following snapshot.
Thanks & Regards
Plannoresearch
Thanks for the reply and code you provided. I used this code but I don’t think I am getting gradient effect on my Gantt Series. Is it? You can see it in following snapshot.
Thanks & Regards
Plannoresearch
Re: Queries regarding Gantt Chart
Hello Planoresearch,
Can you send us your project because we can check what is your problem?
Thanks,
Can you send us your project because we can check what is your problem?
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 57
- Joined: Thu Jun 02, 2011 12:00 am
Re: Queries regarding Gantt Chart
Hi Sandra,
Thanks for Reply...
Please find the uploaded project for your reference. In this Project I have removed debug folder as it was taking much space & I was unable to upload it.
Thanks & Regards
Plannoresearch
Thanks for Reply...
Please find the uploaded project for your reference. In this Project I have removed debug folder as it was taking much space & I was unable to upload it.
Thanks & Regards
Plannoresearch
- Attachments
-
- GanttGradient.rar
- (23.5 KiB) Downloaded 617 times
Re: Queries regarding Gantt Chart
Hello Planoresearch,
I have tested your project and works fine for me using last version of TeeChartSilverlight. Please can you tell us which version of TeeChart for Silverlight you are using?
In last version I have gotten next results:
Using Gradient: Without Gradient: Thanks,
I have tested your project and works fine for me using last version of TeeChartSilverlight. Please can you tell us which version of TeeChart for Silverlight you are using?
In last version I have gotten next results:
Using Gradient: Without Gradient: Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 57
- Joined: Thu Jun 02, 2011 12:00 am
Re: Queries regarding Gantt Chart
Hi Sandra,
Thanks for your valuable reply.
I am using here TeeChart.Silverlight.dll having version: 4.1.2011.4192.
I would also like to know, have you made any changes in code and which version exactly you are using?
Thanks and Regards
Plannoresearch
Thanks for your valuable reply.
I am using here TeeChart.Silverlight.dll having version: 4.1.2011.4192.
I would also like to know, have you made any changes in code and which version exactly you are using?
Thanks and Regards
Plannoresearch
Re: Queries regarding Gantt Chart
Hello Planoresearch,
I didn't modify your code but I have tested this using last version of TeeChart.Net(4.1.2012.01030). You can download last version in download page. Please, update your version and tell us if your problem is solved.
Thanks,
I didn't modify your code but I have tested this using last version of TeeChart.Net(4.1.2012.01030). You can download last version in download page. Please, update your version and tell us if your problem is solved.
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 57
- Joined: Thu Jun 02, 2011 12:00 am
Re: Queries regarding Gantt Chart
Hi Sandra,
Thanks for the suggestion , we have upgraded our version and Gantt Chart gradient issue has been resolved...
in our project we have one more chart having Gauge . Gauge was looking fine in the previous version i.e.( 4.1.2011.4192) but when i upgrade to the version 4.1.2012.1033 then gauge is not looking prominent. Is it a bug or any other issue?
Please suggest me. I am attaching the images for the same.
Thanks
Planoresearch
Thanks for the suggestion , we have upgraded our version and Gantt Chart gradient issue has been resolved...
in our project we have one more chart having Gauge . Gauge was looking fine in the previous version i.e.( 4.1.2011.4192) but when i upgrade to the version 4.1.2012.1033 then gauge is not looking prominent. Is it a bug or any other issue?
Please suggest me. I am attaching the images for the same.
Thanks
Planoresearch
Re: Queries regarding Gantt Chart
Hello Planoresearch,
Thanks for your information. I could reproduce your problem and I have added it in wish-list with number [TW24016063]. We will try to fix it for next maintenance releases.
Thanks,
Thanks for your information. I could reproduce your problem and I have added it in wish-list with number [TW24016063]. We will try to fix it for next maintenance releases.
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |