Jump to content
Software FX Community

chocolatejeff

Members
  • Posts

    4
  • Joined

  • Last visited

chocolatejeff's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, I was wondering if there is a possible way to plot a surface chart with both the gridlines and the Colored sections. Is there also a way to plot the "depth" axis? Thank you.
  2. Hi, I know this will sound so stupid but , I FIGURED it OUT! Hooray! It was something wrong with my loop that's messing my data not the surface chart part. I fixed my code and now I'm a happy camper THANKS For ALL HELP
  3. Hi, Thanks for the reply. Yes, I'm aware of the Resource Center and have been going through that quite thoroughly. The data I put in the post was just to show you how I arranged my data but not the actual data. In my actual chart, I have approximately 256 series, 600 points and a variation of values at different combination of series and points. ( the values does not follow any formula and is quite random but I managed to arrange them so it fits the right series and points, at least from the data grid) I wanted to post a mockup screenshot but am not too sure how to do so. I'll try to figure out how to do that and post here again later. Thank you for the help!
  4. Hi, I'm a new student developer working for a steel company and I need some help urgently. I'm trying to use chartfx to make a surface chart (win forms) that plots the different concentration of different positions in a plane of a slab. I'm writing the code in VB for win forms My first question is I'm not exactly sure I understand how the surface chart works with "chart.data(series,points) = value" The value seems to be the Y-axis, I'd imagine and the "points" be the X-axis. How about the series? is that the depth of the chart? Imagine a rectangle plane, I want to make the width = depth, length = X-axis and the parts with different concentrations through the plane to be contoured and coloured (variations in the Y-axis value) I've been trying to figure this out for days but have not been too successful. What I've got so far is something like this. (data in my datagrid) 1 2 3 4 5 6 .... (x -axis) Series1 0.004 0.002 0.003 0.002 0.001 0.003.. Series 2 0.003 0.005 0.002 0.003 0.001 0.002.. (Various Concentrations) (Depth axis?) I've managed to get the "length" I wanted but there doesn't seem to be any difference in depth in my chart. (maybe its too small? ) One of the biggest challenges I have in plotting this information is that there is no relationship between the position and concentration of the chemical ( no formulas at least to govern the variation in concentration % as a fn of length and width) ANY HELP is appreciated THANK YOU
×
×
  • Create New...