|
|
DataInit Property
Initializes the number of columns of data the data buffer can handle.
Syntax
FlpGrf.DataInit [ = value]
The DataInit property has these parts:
|
Part |
Description |
|
FlpGrf |
An object expression that evaluates the Flipper Graph ASP object. |
|
value |
A numeric expression specifying the number of columns. |
Remarks
This property formats the buffer matrix so it will collect and store your data properly. DataInit sets up the buffer as a matrix of rows and columns. Each time a new graph is setup, you can configure the buffer to a different number of columns by issuing another DataInit.
This property also resets the AxisScaleMax, AxisScaleMin, and all other calculated values to zero.
See Also
![]() |
Last modified on: Friday, August 16, 2002