Visit Gigasoft's Web Site
 ProEssentials v9 Help

PedoPointColors

Scope

Pedo, Pego, Pesgo, Pepso, Pe3do, Pepco

Type

Property Array of Color/Int32

Default

empty

.NET WinForms
Pedo WebForm

Pedo.PointColors
PointColors

Ocx|Vcl Client-Side
Ocx Server-Control

PedoPointColors
PointColors

DLL

PEDO_dwaPOINTCOLORS

 

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 PointColor data to be transferred/appended to the target chart object. Normally used when shifting PointColor data as part of a real-time/strip-chart implementation.

 

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 PointColor as part of its rendering, you can still use this property array as a means to transfer generic data.

 

Comments

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

 

See PointColors for info on how PointColors are normally used within a chart.