Search found 38 matches
- Fri Feb 01, 2008 3:42 pm
- Forum: .NET
- Topic: Minimum Time Span To Be Visible?
- Replies: 3
- Views: 6157
Thanks for the quick reply. I was not using a FastLine series in this graph so DrawAllPoints was not an issue. Also I was not using any down sampling functions on the data. What I did do that seems to have helped this matter was upgraded to the very latest release (jan 24th). This was a big upgrade ...
- Fri Feb 01, 2008 2:35 pm
- Forum: .NET
- Topic: Minimum Time Span To Be Visible?
- Replies: 3
- Views: 6157
Minimum Time Span To Be Visible?
I'm going to try to describe our problem as best I can. I have a graph of filtered data that is all time series data. Time is plotted on the X axis. The time period on the X axis is 1 month (11/1/2007 - 11/30/2007). We have noticed that there are line segments that exist in this graph that are NOT v...
- Thu Dec 13, 2007 6:42 pm
- Forum: .NET
- Topic: DrawToBitmap Issue in latest service release
- Replies: 7
- Views: 10899
- Wed Dec 05, 2007 8:17 pm
- Forum: .NET
- Topic: Chart Redraw Control
- Replies: 3
- Views: 6938
Chart Redraw Control
I have a question about controling when the TeeChart control gets redrawn. We have developed a data plotting package using TeeChart .NET. Our application is a Windows MDI application. There is one TeeChart control placed on each MDIChild form. Since our graphs tend to be pretty large (2 million+ poi...
- Wed Dec 05, 2007 6:14 pm
- Forum: .NET
- Topic: DrawToBitmap Issue in latest service release
- Replies: 7
- Views: 10899
Narcis, I have some questions and concerns about some performance changes I have seen from .NET v2 to three different v3.2 versions (July, November and now the new Decemeber release). Is there an email address/Private Message address that I can use to communicate some things I have seen related to p...
- Tue Dec 04, 2007 2:20 pm
- Forum: .NET
- Topic: DrawToBitmap Issue in latest service release
- Replies: 7
- Views: 10899
- Mon Dec 03, 2007 5:59 pm
- Forum: .NET
- Topic: DrawToBitmap Issue in latest service release
- Replies: 7
- Views: 10899
DrawToBitmap Issue in latest service release
Have there been any problems reported with the DrawToBitmap method in the latest (8 Nov 2007) service release for v3 in Visual Studio 2005? Here is what I am seeing. We had been running using v2 still and now have a release version of our app out and want to work on upgrading to v3 now that have tim...
- Thu Oct 04, 2007 5:36 pm
- Forum: .NET
- Topic: Want Min and Max labels to always show for vertical axes
- Replies: 1
- Views: 4302
Want Min and Max labels to always show for vertical axes
I am trying to determine what combination of properties needs to be set on my Steema.TeeChart.Axis items to ensure that the labels for the minimum value and the maximum value always appear on these vertical axes. I thought that OnAxis was the only one that would be needed, but that does not appear t...
- Tue Jun 26, 2007 4:29 pm
- Forum: .NET
- Topic: MaxLabelsWidth() Failing in v3.2.2722
- Replies: 3
- Views: 7107
- Mon Jun 25, 2007 5:43 pm
- Forum: .NET
- Topic: FastLine v3 TreatNulls Property vs IgnoreNulls old Property
- Replies: 7
- Views: 15628
FastLine v3 TreatNulls Property vs IgnoreNulls old Property
Before we upgraded to v3 of TeeChart, I used FastLine series with the setting of IgnoreNulls = false. This allowed us to put null points in the series and they ended up displayed as holes in the chart. This was used when filtering our data. Now with the new v3 of TeeChart there is the TreatNulls pro...
- Mon Jun 25, 2007 3:01 pm
- Forum: .NET
- Topic: MaxLabelsWidth() Failing in v3.2.2722
- Replies: 3
- Views: 7107
I just wrote a quick little test application that gives the same results using the Left axis of the chart. Here is the code contained within my test app: private Steema.TeeChart.Styles.Custom new1; private void Form1_Load(object sender, EventArgs e) { new1 = new Steema.TeeChart.Styles.Custom(this.tC...
- Mon Jun 25, 2007 2:50 pm
- Forum: .NET
- Topic: MaxLabelsWidth() Failing in v3.2.2722
- Replies: 3
- Views: 7107
MaxLabelsWidth() Failing in v3.2.2722
I just upgraded to v3 this morning and I am trying to run through our application to make sure that everything that worked in v2 for us now works the same in v3. The first thing that I ran into is MaxLabelsWidth(). I am trying to ensure that the spacing of my axis label is correct depending on what ...
- Tue Jun 19, 2007 5:02 pm
- Forum: .NET
- Topic: Performance / Buffering chart repaints
- Replies: 9
- Views: 15691
Is there anything else at this point that can be done to suppress the repaint of the TeeChart graph when the window containing it is resized or moved or anything like that? I also tried setting the AutoRepaint to false but any time I resize my MDI Child window containing the TeeChart control, the re...
- Tue Jun 12, 2007 3:46 pm
- Forum: .NET
- Topic: Controlling what gets plotted on top in a 2D plot
- Replies: 5
- Views: 8184
- Tue Jun 12, 2007 2:44 pm
- Forum: .NET
- Topic: Controlling what gets plotted on top in a 2D plot
- Replies: 5
- Views: 8184
Thanks for the quick reply. In looking at my ZOrder properties on the series that have been added to my plot, all of them are 0. I am not entirely sure how I should determine which one is the topmost series so that I know which one to to use in my Exchange call so that I can move the one I want up t...