Visit Gigasoft's Web Site
 ProEssentials v9 Help

PedoYData

Scope

Pedo, Pego, Pesgo, Pepso, Pe3do, Pepco

Type

Single

Default

empty

.NET WinForms
Pedo WebForm

Pedo.Y
Y

Ocx|Vcl Client-Side
Ocx Server-Control

PedoYData
YData

DLL

PEDO_faYDATA

 

Purpose

In response to the AppendFromURL request, set this property array within the Pedo Webform or Pedo ActiveX server control (residing on an ASPX or ASP page) to define any new single precision y data to be transferred/appended to the target chart object.

 

The format of the data is defined by the PedoSubsetByPoint property.

 

This property can also be read client-side (from within any interface, DLL, WinForm, ActiveX, VCL) after an AppendFromURL function call when DisableAppend is True and using a Pedo Webform or Pedo ActiveX server control for generic data transfers or custom appending logic. This will allow you to read the data just recevied. Read PedoSubsets and PedoPoints to learn how your logic set these at the server and potentially how much data to read.

 

If the target chart does not normally use YData as part of its rendering, you can still use this property array as a means to transfer generic data.

 

Comments

Pedo.Y members of Pedo, Pego.PeData.Pedo, Pesgo.PeData.Pedo, Pepso.PeData.Pedo, Pe3do.PeData.Pedo, Pepco.PeData.Pedo

 

See YData for info on how YData is normally used within a chart.