Search found 38 matches

by Aaron Peronto
Fri Feb 01, 2008 3:42 pm
Forum: .NET
Topic: Minimum Time Span To Be Visible?
Replies: 3
Views: 5919

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 ...
by Aaron Peronto
Fri Feb 01, 2008 2:35 pm
Forum: .NET
Topic: Minimum Time Span To Be Visible?
Replies: 3
Views: 5919

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...
by Aaron Peronto
Thu Dec 13, 2007 6:42 pm
Forum: .NET
Topic: DrawToBitmap Issue in latest service release
Replies: 7
Views: 10461

Using the new (December 5th Service Release) version of TeeChart .NET v3.2 I still am unable to get the DrawToBitmap method to work as it used to work.
Was that DrawToBitmap fix supposed to be in this service or release or will it appear in an upcoming fix set?
by Aaron Peronto
Wed Dec 05, 2007 8:17 pm
Forum: .NET
Topic: Chart Redraw Control
Replies: 3
Views: 6706

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...
by Aaron Peronto
Wed Dec 05, 2007 6:14 pm
Forum: .NET
Topic: DrawToBitmap Issue in latest service release
Replies: 7
Views: 10461

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...
by Aaron Peronto
Tue Dec 04, 2007 2:20 pm
Forum: .NET
Topic: DrawToBitmap Issue in latest service release
Replies: 7
Views: 10461

No need to test with my simple little test app.
It is good enough to know that you guys are aware of the issue and plan to have it fixed in the near future.

Thanks, as always, for the quick response.
by Aaron Peronto
Mon Dec 03, 2007 5:59 pm
Forum: .NET
Topic: DrawToBitmap Issue in latest service release
Replies: 7
Views: 10461

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...
by Aaron Peronto
Thu Oct 04, 2007 5:36 pm
Forum: .NET
Topic: Want Min and Max labels to always show for vertical axes
Replies: 1
Views: 4161

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...
by Aaron Peronto
Tue Jun 26, 2007 4:29 pm
Forum: .NET
Topic: MaxLabelsWidth() Failing in v3.2.2722
Replies: 3
Views: 6827

Excellent.
Glad to hear it will be fixed.
I'll keep an eye on the forums for the upcoming maint release.
by Aaron Peronto
Mon Jun 25, 2007 5:43 pm
Forum: .NET
Topic: FastLine v3 TreatNulls Property vs IgnoreNulls old Property
Replies: 7
Views: 14474

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...
by Aaron Peronto
Mon Jun 25, 2007 3:01 pm
Forum: .NET
Topic: MaxLabelsWidth() Failing in v3.2.2722
Replies: 3
Views: 6827

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...
by Aaron Peronto
Mon Jun 25, 2007 2:50 pm
Forum: .NET
Topic: MaxLabelsWidth() Failing in v3.2.2722
Replies: 3
Views: 6827

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 ...
by Aaron Peronto
Tue Jun 19, 2007 5:02 pm
Forum: .NET
Topic: Performance / Buffering chart repaints
Replies: 9
Views: 15057

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...
by Aaron Peronto
Tue Jun 12, 2007 3:46 pm
Forum: .NET
Topic: Controlling what gets plotted on top in a 2D plot
Replies: 5
Views: 7786

So in the 2D view, exchanging the series I want to be on TOP of the drawing with the index of the last series in my collection will get my desired series drawn over the rest.

That seems to be what I am seeing in my application now.
That works fine for me.

Thanks again for your help.
by Aaron Peronto
Tue Jun 12, 2007 2:44 pm
Forum: .NET
Topic: Controlling what gets plotted on top in a 2D plot
Replies: 5
Views: 7786

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...