Contour with custom axis values
Posted: Mon Jul 27, 2009 5:16 am
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
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