|
|
DataValue Property
Stores a single data element in the data buffer.
Syntax
FlpGrf.DataValue( row, column ) [ = value]
The DataValue property has these parts:
|
Part |
Description |
|
FlpGrf |
An object expression that evaluates the Flipper Graph ASP object. |
|
row |
A numeric expression for the row to set. |
|
column |
A numeric expression for the column to set. |
|
value |
A numeric or string expression specifying the data value. |
Remarks
This property stores the data to a data matrix that will be plotted on the graph. The number of available columns is set by DataInit, and the row number is dynamic. The first column is zero. The last column is DataInit - 1.
See Also
![]() |
Last modified on: Friday, August 16, 2002