Search found 79 matches

by histry
Wed Jun 13, 2007 3:07 pm
Forum: .NET
Topic: Axis Value
Replies: 1
Views: 4918

Axis Value

I have a chart that has different time intervals on the top and bottom axis. When the cursor is moved the e.XValue is returned for the bottom axis. How do I obtain the XValue for the Top Axis
by histry
Thu Jun 07, 2007 12:31 pm
Forum: .NET
Topic: Down Sampling version 3.0
Replies: 26
Views: 36121

Christopher

That seems to have corrected the problem, I am not sure I understand why I need to set min max a number of times to get it to work or if it should be done within the object if required.
by histry
Wed Jun 06, 2007 5:01 pm
Forum: .NET
Topic: Down Sampling version 3.0
Replies: 26
Views: 36121

Christopher

I set the points to on and click the Downsample on and off everything works okay. I set the points to off and click the Downsample on and off and I get the problem. I emailed you screen shots as well as the assembly that I am using.
by histry
Wed Jun 06, 2007 2:08 pm
Forum: .NET
Topic: Down Sampling version 3.0
Replies: 26
Views: 36121

Christopher

That corrects the issue with displaying the zero Point. Why is it when I set the Point.Active = false that the line series count goes to zero and nothing is displayed.
by histry
Wed Jun 06, 2007 12:12 pm
Forum: .NET
Topic: Down Sampling version 3.0
Replies: 26
Views: 36121

Christopher This is what I would have expected to see. If there were null points then the first null point would be displayed if not then would only display the first,last min and max Why in the sample I sent when I have points.active = false and I set the number of downsample points to 10 the serie...
by histry
Tue Jun 05, 2007 3:29 pm
Forum: .NET
Topic: Down Sampling version 3.0
Replies: 26
Views: 36121

Christopher I made some modifications to the program to try and describe what I am finding when I have a small sample size. I used the line instead of fastline as I wanted to see the line points. Issues: 1) If I do not display the points series only display the line series and its points when I chec...
by histry
Fri Jun 01, 2007 11:57 am
Forum: .NET
Topic: Down Sampling version 3.0
Replies: 26
Views: 36121

Christopher With this sample I cannot get it to Unzoom, any idea what is missing as I have the times changed to ascending using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using Steema....
by histry
Thu May 31, 2007 3:10 pm
Forum: .NET
Topic: Down Sampling version 3.0
Replies: 26
Views: 36121

Christopher

If you are using Down sampling do you need to set the MinMax within the unzoom to reset back to the original view?
by histry
Thu May 31, 2007 12:02 pm
Forum: .NET
Topic: Down Sampling version 3.0
Replies: 26
Views: 36121

Christopher

That resolved the issue with the count being reduced as I zoom in. I now have an issue when I do an unzoom with the down sampling that the chart is not resetting the zoom.
by histry
Mon May 28, 2007 3:37 pm
Forum: .NET
Topic: Down Sampling version 3.0
Replies: 26
Views: 36121

Christopher

Sorry for not testing the downsampling method furthur and catching it for you.
by histry
Mon May 28, 2007 2:27 pm
Forum: .NET
Topic: Down Sampling version 3.0
Replies: 26
Views: 36121

Christopher

When I check the count after the zoom the count stays the same it does not matter how much I zoom in the count remains the same.
by histry
Mon May 28, 2007 12:04 pm
Forum: .NET
Topic: Down Sampling version 3.0
Replies: 26
Views: 36121

Christopher If I take the code I supplied you and modify it to add fastLine.XValues.DateTime = true; I do not see the count change as I zoom in, I also notice that you only set the downSampling.DisplayedPointCount = 1000; downSampling1 DisplayedPointCount is not set, is this correct. We do not know ...
by histry
Fri May 25, 2007 2:03 pm
Forum: .NET
Topic: Down Sampling version 3.0
Replies: 26
Views: 36121

Hi That corrected one issue now I seem to have a issue with zooming as it looks like the count on the points is not dropping as I narrow my zoom. I changed the sample to DataTime as this is close to what we are doing. As I zoom in I check the count on the fastline series and it is not dropping. Is t...
by histry
Thu May 24, 2007 4:42 pm
Forum: .NET
Topic: Down Sampling version 3.0
Replies: 26
Views: 36121

Christopher I did only some simple single series testing on the pre release version similiar to the sample. I started to roll out down sampling with my application after release and found the first series was not being displayed when changing the number of sample point so I modified your sample to h...
by histry
Thu May 24, 2007 4:10 pm
Forum: .NET
Topic: Down Sampling version 3.0
Replies: 26
Views: 36121

Down Sampling version 3.0

I modified the sample that you supplied with version 3 to contain 2 fastline series. What I am finding when I change the sample size is the first series has the correct number of points but the count on the fastline series is showing 0. The second series has the correct point count and number of poi...