AddDataPoint     Procedure (Sub)

Public Sub AddDataPoint(X As Double, Y As Double, Optional E As Double = 0, Optional DataSet As Integer = 0, Optional DataID$)

Add a Data Point to the current data set

ParameterTypeDescription

X

Double

x value of the data point

Y

Double

y value of the data point

E

Double

Optional Error Bar value of the data point (0=none, >0 for y-error bar, <0 for x-error bar)

DataSet

Integer

Optional DataSet number to plot this point onto an earlier data set instead of the current data set. See Demo13.

DataID$

String

Data i d

Example

Call ecGraph1.AddDataPoint(x, y, e, dataset, dataid) 


      Contents     Variables     Events     Properties     Functions     Subs

Copyright © 2007, Encore Consulting Pty Ltd