Jump to content
Software FX Community

andy t

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by andy t

  1. I am using ChartFX Lite and need to make a line graph. The sample code shows how to set Y values, but I haven't been able to figure out how to set x values. Here is the sample I am using as a basis - it only sets Y values. I need the code to set x value of apoint as well. Thanks! for(i=0;i<10;i++) { chart1.Value[0, i] = 20 + Rnd.NextDouble() * 100;; }
×
×
  • Create New...