Jump to content
Software FX Community

Surface/Contour chart


wxz44428

Recommended Posts

 

I have the following data that I need to present in a surface/contour chart:

data seriese 1:x y value10 100 320 112 435 234 540 250 355 333 765 433 3

data seriese 2:x y value11 50 625 72 130 222 450 350 3

...

I want the 'value' to be shown as the z axis in the surface chart.

From what I read in the forum and help, it suggests sth. like number of points as width of chart, number of series determines the depth of the chart, and you need to make your data points evenly spaced,and there is no z axis... I am not sure I quite understand what exactly that means. So, given the above sample data, how do you do a chartfx surface chart in c# ? I am using ver 7.0, web form.

Is there a sample .net project that shows how to construct either a surface or contour chart ? I can not find any.

Thanks.

 

Link to comment
Share on other sites

  • 2 weeks later...

Sorry about the empty post above.

So, I want to display the following grid information in a surface/contour type of chart. I am not sure how to do it with ChartFX ver 7 (web form). Can anyone kindly provide some advice ? I want to display the axis labels too in the surface chart (like those y = 10,20,30, x=50,100, 150, 200). Is it possible with ChartFX ?

X\Y

  10

  20

  30

50

  4

  5

  6

100

  3

  2

  1

150

  3

  4

  5

200

  3

  3

  5

I can not seem to find any sample on Surface/Contour chart in the

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...