Jump to content
Software FX Community

swathi

Members
  • Posts

    2
  • Joined

  • Last visited

swathi's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Iam trying to create one scatter chart. The values are coming from the Resultset and now i would like to plot the points. The below syntax is for plotting. Could you please tell me the sample code for plotting the points which are coming from the Resultset. chart1.openData(COD.VALUES, 1, COD.UNKNOWN); int j = 0; while (Fetching Records) { chart1.setValue(0, J, value); j = j + 1; } chart1.closeData(COD.VALUES);
  2. Hi This is sudha, i found your api in this site.. Really its a good one.. Actually i have one doubt and want to clarify from you.. I would like to divide the X-Axis in the following manner and want to plot the points, which are coming from the database according to date and time. Could you please give me the solution ASAP.. 12.00AM 3A.M 6A.M 9A.M 12P.M 3P.M 6P.M 9P.M. 12A.M. Actually we are planning to buy this product..
×
×
  • Create New...