Hi,
in our application (VS 2003 .NET)we use a colorgrid behind 2 series (Gantt style) to color different days, when we go to Hours scale colorgrid is no more syncronized with the time scale when we move right or left. This happens when we zoom too.
Can you help us??
Thanks
Search found 9 matches
- Mon Nov 07, 2005 11:11 am
- Forum: .NET
- Topic: colorgrid time scale
- Replies: 1
- Views: 3647
- Tue Oct 25, 2005 1:44 pm
- Forum: .NET
- Topic: tChart.Axes.Top.Labels.Items.Count == 0!!
- Replies: 3
- Views: 5025
- Tue Oct 25, 2005 10:00 am
- Forum: .NET
- Topic: tChart.Axes.Top.Labels.Items.Count == 0!!
- Replies: 3
- Views: 5025
tChart.Axes.Top.Labels.Items.Count == 0!!
When I try to read top or bottom axes labels in a gantt chart it says they are empty while the gantt is full of them (datetime)! while tChart.Axes.Left.Labels.Items.Count is correctly set to 3. The only difference is that I populate the left axis by myself while top and bottom are populated by teech...
- Wed Aug 31, 2005 3:33 pm
- Forum: .NET
- Topic: Same StartValues
- Replies: 3
- Views: 4942
- Tue Aug 30, 2005 2:07 pm
- Forum: .NET
- Topic: Same StartValues
- Replies: 3
- Views: 4942
Same StartValues
Hi all, in a gantt chart I have some tasks in the same series on different left axes position with the same StartValue. Ex: gantt.StartValues[0] = 123456; gantt.StartValues[1] = 123456; knowing the start value I want to retreive the StartValues index but doing: int index = gantt.StartValues.IndexOf(...
- Thu Aug 18, 2005 12:55 pm
- Forum: .NET
- Topic: Double axis & horizontal "zoom"
- Replies: 5
- Views: 6597
- Thu Aug 18, 2005 12:50 pm
- Forum: .NET
- Topic: Double axis & horizontal "zoom"
- Replies: 5
- Views: 6597
thank you again Narcis, I'll try to build a running example stripping away all the others things. BTW: in a gantt chart how can I change the start, end and/or value of a task? I click on a task, retreive some info in the clickSeries event but I'm unable to find where I can change the values of that ...
- Thu Aug 18, 2005 9:36 am
- Forum: .NET
- Topic: Double axis & horizontal "zoom"
- Replies: 5
- Views: 6597
Thanks Narcis, I set the chart to display the bars starting at the top of it instead of centered. Now I have a trackbar with 3 possibile position and I do when it's changed: if (YOU_WANT_TO_ZOOM_OUT) { double tmp = tChart1.Axes.Left.MinXValue; Rectangle r = new Rectangle(210,97,78,90); tChart1.Zoom....
- Thu Aug 18, 2005 7:50 am
- Forum: .NET
- Topic: Double axis & horizontal "zoom"
- Replies: 5
- Views: 6597
Double axis & horizontal "zoom"
Hi, I'm using Teechart.NET v2 (but started with the v1 trial) for Gantt charting. I'm now trying to have two horizontal axis with different scales: labels...............18-08......................................................19-08 the first one ------|---------------------------------------------...