Visit Gigasoft's Web Site
ProEssentials v7 Help

Gigasoft.ProEssentialsWeb.Pedo Members

Properties

 

CodebaseUrl

When RenderingType is set to ActiveX, this property points to a cab file (i.e.Pedo6.cab) that contains setup information for the Pedo ActiveX. If the Pedo ActiveX does not currently exist on the client, this will enable the Pedo ActiveX to be downloaded and installed onto the client.

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.

ImageUrl

When RenderingType is set to ActiveX, this property points to a secondary server page (i.e. WebForm2) that contains a Pedo WebForm with its RenderingType property set to BinaryActiveXStream.

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.

RenderingType

Controls how Pedo object is rendered. Either as binary data representing data to append to chart, binary data representing a Pedo ActiveX state, or ascii HTML representing a Pedo ActiveX object TAG.

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.