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.
Search found 79 matches
- Thu May 15, 2008 3:45 pm
- Forum: .NET
- Topic: Regression Testing
- Replies: 11
- Views: 27711
- Tue May 13, 2008 3:15 pm
- Forum: .NET
- Topic: Regression Testing
- Replies: 11
- Views: 27711
- Tue May 13, 2008 1:30 pm
- Forum: .NET
- Topic: Regression Testing
- Replies: 11
- Views: 27711
- Mon May 12, 2008 3:34 pm
- Forum: .NET
- Topic: Regression Testing
- Replies: 11
- Views: 27711
- Fri May 02, 2008 2:03 pm
- Forum: .NET
- Topic: SubChart Tool Movement
- Replies: 1
- Views: 6735
SubChart Tool Movement
Are there planes on adding support to allow dragging a subchart tool similar to dragging a rectangletool
- Wed Apr 30, 2008 12:04 pm
- Forum: .NET
- Topic: Import and Export
- Replies: 8
- Views: 20849
- Wed Apr 30, 2008 12:03 pm
- Forum: .NET
- Topic: Regression Testing
- Replies: 11
- Views: 27711
- Tue Apr 29, 2008 4:47 pm
- Forum: .NET
- Topic: Import and Export
- Replies: 8
- Views: 20849
- Tue Apr 29, 2008 4:45 pm
- Forum: .NET
- Topic: Regression Testing
- Replies: 11
- Views: 27711
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...
- Wed Dec 19, 2007 8:31 pm
- Forum: .NET
- Topic: Signed Version of TeeChart Assemblies
- Replies: 3
- Views: 9655
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
Thank you
- Thu Aug 16, 2007 3:27 pm
- Forum: .NET
- Topic: Zero Values Not being Displayed
- Replies: 3
- Views: 11634
- Wed Aug 15, 2007 2:17 pm
- Forum: .NET
- Topic: Zero Values Not being Displayed
- Replies: 3
- Views: 11634
- Wed Aug 15, 2007 1:57 pm
- Forum: .NET
- Topic: Zero Values Not being Displayed
- Replies: 3
- Views: 11634
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...
- Wed Jun 20, 2007 1:54 pm
- Forum: .NET
- Topic: Shape.TextFormat
- Replies: 1
- Views: 7071
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