Search found 79 matches

by histry
Tue May 27, 2008 12:10 pm
Forum: .NET
Topic: Import and Export
Replies: 8
Views: 15466

not sure what you are asking.

The data is created outside Teechart and series are populated as follows

double?[] timestamps;
double?[] dataValues;
...
...
dataPoints.Add(timestamps, dataValues);


The XML file is created from the series data within Teechart using the Export command.
by histry
Thu May 15, 2008 3:45 pm
Forum: .NET
Topic: Regression Testing
Replies: 11
Views: 19930

Narcís

I tested the new maintenance relase and confirmed that it correct the issue

Thanks for the quick responce.
by histry
Tue May 13, 2008 3:15 pm
Forum: .NET
Topic: Regression Testing
Replies: 11
Views: 19930

Narcís

I am not happy with the response. We spend considerable time replicating the process to reproduce this and believed that it would have been resolved in this release. Our product is scheduled for release within the next month will now go out with documented 3rd party defects.
by histry
Tue May 13, 2008 1:30 pm
Forum: .NET
Topic: Regression Testing
Replies: 11
Views: 19930

It would look like the fix for this defect has not made this build. This was not in previous builds and was introduced in the last build. Any idea when we can expect to see this corrected.

Thanks.
by histry
Mon May 12, 2008 3:34 pm
Forum: .NET
Topic: Regression Testing
Replies: 11
Views: 19930

I just downloaded the latest version May 12 and would like to confirm that this issue was corrected.
by histry
Fri May 02, 2008 2:03 pm
Forum: .NET
Topic: SubChart Tool Movement
Replies: 1
Views: 5332

SubChart Tool Movement

Are there planes on adding support to allow dragging a subchart tool similar to dragging a rectangletool
by histry
Wed Apr 30, 2008 12:04 pm
Forum: .NET
Topic: Import and Export
Replies: 8
Views: 15466

Thanks

yes, I will take a look


Thanks
by histry
Wed Apr 30, 2008 12:03 pm
Forum: .NET
Topic: Regression Testing
Replies: 11
Views: 19930

Narcis

I uploaded a zip file with a image and avi to display this issue.
by histry
Tue Apr 29, 2008 4:47 pm
Forum: .NET
Topic: Import and Export
Replies: 8
Views: 15466

I changes the template to not export the data and tried to import the new template without data and had the same issue. I will upload the template without data.
by histry
Tue Apr 29, 2008 4:45 pm
Forum: .NET
Topic: Regression Testing
Replies: 11
Views: 19930

I uploaded the file. it took a while but I was able to narrow it down to the custom cursors are not displaying the cursor icon when the rectangetool is active. I placed a warning message in the code where you can change the rectangle to and from active to nonactive. you will need to load the stripch...
by histry
Wed Dec 19, 2007 8:31 pm
Forum: .NET
Topic: Signed Version of TeeChart Assemblies
Replies: 3
Views: 7749

Signed Version of TeeChart Assemblies

We are in the process of creating installation scripts for release of our product. The person responsible for creating these scripts requires signed versions of all destributed assemblies. Is this something that steema is looking at supplying in the near future?

Thank you
by histry
Thu Aug 16, 2007 3:27 pm
Forum: .NET
Topic: Zero Values Not being Displayed
Replies: 3
Views: 9054

Narcis

Thanks, I moved that line up to before adding the values and it corrected the issue.
by histry
Wed Aug 15, 2007 2:17 pm
Forum: .NET
Topic: Zero Values Not being Displayed
Replies: 3
Views: 9054

looks like the zero values are being associated as nulls. Why if using a nullable array to add data is zero being assigned as a null value?
by histry
Wed Aug 15, 2007 1:57 pm
Forum: .NET
Topic: Zero Values Not being Displayed
Replies: 3
Views: 9054

Zero Values Not being Displayed

I am plotting a timeseries against a set of values which are either zero or one. The chart displays points at 1 values but no point is being displayed for each of the 0 values. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using...
by histry
Wed Jun 20, 2007 1:54 pm
Forum: .NET
Topic: Shape.TextFormat
Replies: 1
Views: 5697

Shape.TextFormat

How does the Rectangle Tool TextFormat = Html work. I set the Text to html script but the tool is displaying the markup as well as the text