Click or drag to resize

UploadFactletaddDataPoint Method

Overload List
  NameDescription
Public methodaddDataPoint(Double)
Add a single datapoint. Datapoints are added to the datatable left to right, top to bottom. Correct data type isn't checked until the upload is initiated. Uses the ToString method in doubles to convert the data to string format
Public methodaddDataPoint(String)
Add a single datapoint. Datapoints are added to the datatable left to right, top to bottom. Correct data type isn't checked until the upload is initiated
Top
See Also