|
Always set Subsets and Points first, before passing data type properties such as X and Y below.
Pedo |
ProEssentials Data Object interface. Used for incremental-data / real-time / strip-chart internet updating. |
|
Points |
Always set this property prior to passing
Data.Y and/or Data.X. Gets or Sets quantity of data points per series.
Example: for a line chart, this is the number of data points per line. |
|
Precision
|
Set or Get the precision used within table,
on-screen coordinate prompting and data exporting. |
|
SubsetByPoint
|
Gets and Sets how two dimensional property
arrays (example, Data.Y, Data.X) are stored internally. If you will be
adjusting the number of Subsets and/or Points and want to preserve existing
data, read the help on this property. |
|
Subsets |
Always set this property prior to passing
Data.Y and/or Data.X. Gets or Sets quantity of data series. Example: for
a line chart, this is the number of lines with different colors. |
|
X |
You must set Data.Subsets and Data.Points
before passing this data. Gets or Sets single precision data plotted with
respect to x axis. PieChart (Pepco) uses this for controlling slice size.
Pego only uses x data for Date-Time handling. |
|
Y |
You must set Data.Subsets and Data.Points
before passing this data. Gets or Sets single precision data plotted with
respect to y axis. |
|