UploadFactletaddDataPoint Method |
Name | Description | |
---|---|---|
![]() | addDataPoint(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
|
![]() | addDataPoint(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
|