AppendFromURL |
Call to implement incremental-data / real-time / strip-chart internet updating. |
DisableAppend |
In preperation for the AppendFromURL call, 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 |
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 preperation for the AppendFromURL call, set to the same setting as the target chart's SubsetByPoint setting. |
|
Subsets |
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. |