AppendFromURL
|
Call to implement incremental-data / real-time / strip-chart internet updating.
The items below are set within the Pedo asp.net WebForm server control. Items below can be read after the AppendFromUrl call for general data transfer purposes or to control the strip chart shifting logic in a more programmatic manner.
|
DisableAppend
|
In response to the AppendFromURL request, set this property to True within the Pedo server control to cause the receiving chart control to disable any automatic data-shifting and image refreshing.
|
ExtraDoubleData
|
In response to the AppendFromURL request, set this property array within the Pedo server control to define any extra double precision data to be transferred to the target chart object.
|
ExtraIntData
|
In response to the AppendFromURL request, set this property array within the Pedo server control to define any extra integer data to be transferred to the target chart object.
|
ExtraStringData
|
In response to the AppendFromURL request, set this property array within the Pedo server control to define any extra string data to be transferred to the target chart object.
|
PointLabels
|
In response to the AppendFromURL request, set this property array within the Pedo server control to define any new PointLabel data to be transferred/appended to the target chart object.
|
PointColors
|
In response to the AppendFromURL request, set this property array within the Pedo server control to define any new PointColor data to be transferred/appended to the target chart object.
|
Points
|
In response to the AppendFromURL request, set first along with Subsets before passing data to the Pedo control. Set to the quantity of new data values (per subset, if applicable) to append or transfer in preperation for the AppendFromURL call.
|
SubsetByPoint
|
In response to the AppendFromURL request, set to the same setting as the target chart's SubsetByPoint setting.
|
Subsets
|
In response to the AppendFromURL request, set first along with Points before passing data to the Pedo control. Set to the quantity of subset/series to append or transfer in preperation for the AppendFromURL call.
|
X
|
In response to the AppendFromURL request, set this property array within the Pedo server control to define any single precision x data to be transferred to the target chart object.
|
Xii
|
In response to the AppendFromURL request, set this property array within the Pedo server control to define any double precision x data to be transferred to the target chart object.
|
Y
|
In response to the AppendFromURL request, set this property array within the Pedo server control to define any single precision y data to be transferred to the target chart object.
|
Yii
|
In response to the AppendFromURL request, set this property array within the Pedo server control to define any double precision y data to be transferred to the target chart object.
|
Z
|
In response to the AppendFromURL request, set this property array within the Pedo server control to define any single precision z data to be transferred to the target chart object.
|
Zii
|
In response to the AppendFromURL request, set this property array within the Pedo server control to define any double precision z data to be transferred to the target chart object.
|