Search found 8 matches

by Brinet
Thu Nov 04, 2010 1:17 pm
Forum: .NET
Topic: Gantt chart problems
Replies: 2
Views: 4805

Re: Gantt chart problems

Thank a lot!!!! :D It works perfectly now.

Regards
by Brinet
Thu Nov 04, 2010 9:10 am
Forum: .NET
Topic: Gantt chart problems
Replies: 2
Views: 4805

Gantt chart problems

I have a following problem(s). On a gantt chart I want to show duration of all selected projects in the database. On the bottom axis years are shown and on the left axis project names. Begin of each gantt chart bar is in the year when project was started and end in the year of project finalization. ...
by Brinet
Wed Nov 03, 2010 1:54 pm
Forum: .NET
Topic: Avoid points sorting in a series
Replies: 8
Views: 14283

Re: Avoid points sorting in a series

Thank you Narcis!

It is exactly what I need. :) :) :) It works now. Thank you very much.


Regards
by Brinet
Wed Nov 03, 2010 10:43 am
Forum: .NET
Topic: Avoid points sorting in a series
Replies: 8
Views: 14283

Re: Avoid points sorting in a series

Helo Narcis, thank you for your reply. However, the values in your example are sorted though. The first bar for example has value greater that 900 which correspondes to array element with x value that is equal to 0001621. And this bar should be fifth bar on the graph. I am not sure if I was clear , ...
by Brinet
Wed Nov 03, 2010 9:38 am
Forum: .NET
Topic: Avoid points sorting in a series
Replies: 8
Views: 14283

Re: Avoid points sorting in a series

Thank you very much for your response. Here is the code with manually populated string string array. I hope you will be able to reproduce the problem. It still doesn't work. :( private void Func() { InitializeArray(); if (tChart1 == null) tChart1 = FindName("tChart") as Steema.TeeChart.TChart; tChar...
by Brinet
Tue Nov 02, 2010 4:17 pm
Forum: .NET
Topic: Avoid points sorting in a series
Replies: 8
Views: 14283

Re: Avoid points sorting in a series

Unfortunately your solution doesn't work for me. The x axis values are sorted in ascendanting order, again. And for our purposes they shouldn't be sorted. I have a following piece of code: private void SearchForSecondSelectionData(string tablename, string startDateTime, string endDateTime, string in...
by Brinet
Tue Nov 02, 2010 11:05 am
Forum: .NET
Topic: Avoid points sorting in a series
Replies: 8
Views: 14283

Avoid points sorting in a series

Are there any ways to avoid points being automatically sorted? As you can see in the attached file, the values on axis are double and they are sorted in ascendanting order. However it's not´really what I need, as the values have to be displayed in their original order. I have already tried to use po...
by Brinet
Fri Oct 29, 2010 8:56 am
Forum: .NET
Topic: Problem by starting Tee Chart application in web browser
Replies: 2
Views: 4561

Problem by starting Tee Chart application in web browser

I have a following problem. We are developing web based application for plant reporting that usese Tee chart components. The application is XBAP application written in c#, communication with the server is WCF based and presentation layer is made with WPF. The problem occurs when the client tries to ...