Visit Gigasoft's Web Site
 ProEssentials v9 Help

PedoPointLabels

Scope

Pedo, Pego, Pesgo, Pepso, Pe3do, Pepco

Type

Property Array of type String

Default

empty

.NET WinForms
Pedo WebForm

Pedo.PointLabels
PointLabels

Ocx|Vcl Client-Side
Ocx Server-Control

PedoPointLabels
PointLabels

DLL

PEDO_szaPOINTLABELS

 

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 PointLabel data to be transferred/appended to the target chart object.

 

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

 

Comments

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

 

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