Hi,
I have Data with frequency and their intensities to draw the contours so when I provide the no of points in X-axis and z-axis, we are able to draw the contours but when we provide the frequency in x-axis and z-axis we don't find any contours drawn on tchart.
for example floowing works,
countour.Add(bIndx, YData[bIndx][dIndx]), dIndx);
but following doesn't work,
countour.Add(XData[bIndx], YData[bIndx][dIndx], ZData[dIndx]);
where XData and ZData having data of frequencies of type double
can you please help on this?
Thanks & regards,
Ripal
Contour with custom axis values
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Contour with custom axis values
Hi Ripal,
First of all please notice that such series data should follow the grid structure I described here. Then the Contour series will generate necessary levels. Having said so, you may need to set Contour's IrregularGrid property to true.
If this doesn't help please attach a simple example project we can run "as-is" to reproduce the problem here.
Thanks in advance.
First of all please notice that such series data should follow the grid structure I described here. Then the Contour series will generate necessary levels. Having said so, you may need to set Contour's IrregularGrid property to true.
If this doesn't help please attach a simple example project we can run "as-is" to reproduce the problem here.
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |