Search found 5 matches
- Thu Mar 11, 2010 4:41 pm
- Forum: .NET
- Topic: Difficulty with Filled Contour Chart.
- Replies: 22
- Views: 30057
Re: Difficulty with Filled Contour Chart.
This is referring back to a problem at the start of this thread. Since those posts I have upgraded to version 3.5.3498.27367. I've returned to working on this problem. The goal is to create a filled contour graph. I am using"FillSampleValues(10)" instead of adding my own data point by point. This ru...
- Thu Jan 14, 2010 3:59 pm
- Forum: .NET
- Topic: Difficulty with Filled Contour Chart.
- Replies: 22
- Views: 30057
Re: Difficulty with Filled Contour Chart.
Narcis - thank you for helping, but I think I may need to explore more on my side first (when project demands allow me to). While I could send a sample app, I don't think it would help, because the sample apps work completely correctly, every time, on my end. My production app uses a spectrometer to...
- Thu Jan 14, 2010 3:34 pm
- Forum: .NET
- Topic: Difficulty with Filled Contour Chart.
- Replies: 22
- Views: 30057
Re: Difficulty with Filled Contour Chart.
No, my issue was not resolved yet, but I had to project shift to a different priority and haven't gotten back to it yet. Much like you, my code worked fine with FillSampleValues, and would fill the randomly generated contour graph. However, with my own values and FillLevels=true, I did not get any s...
- Tue Jan 05, 2010 3:00 pm
- Forum: .NET
- Topic: Difficulty with Filled Contour Chart.
- Replies: 22
- Views: 30057
Re: Difficulty with Filled Contour Chart.
Thank you Sandra. The example program you sent works correctly and fills the contours, and my version is: TeeChart Pro 3.2.2945.19737. I am not using a database, but manually adding (x,y,z) info using the following code: public void AddContourPoint(string CurveTitle, double x, double y, double z, Co...
- Mon Jan 04, 2010 3:51 pm
- Forum: .NET
- Topic: Difficulty with Filled Contour Chart.
- Replies: 22
- Views: 30057
Difficulty with Filled Contour Chart.
I am working to implement a filled Contour chart. With "ThisCurve.FillLevels = false;" I get exactly what I want from a contour chart, except that it's not filled. However, with "ThisCurve.FillLevels = true;" the chart goes completely white, except for a red border and a red "X" drawn as lines from ...