Visit Gigasoft's Web Site
 ProEssentials v10 Help

DuplicateDataX

Scope

Pesgo, Pepso, Pe3do

Type

Int32

Default

PEDD_NONE 0

.NET

PeData.DuplicateDataX

Ocx|Vcl

DuplicateDataX

DLL

PEP_nDUPLICATEDATAX

 

Purpose

Related to XData and used within 3D charts, 2D Contours, or any 2D Pesgo Pepso chart where all subsets or points use identical XData.  Providing a method of reducing data redundancy in constructing chart. 

 

.NET Gigasoft.Enums.

ActiveX and

 

DuplicateData.

DLL Constants

Description

None

PEDD_NONE 0 (0)

Unique Data exists for all Subsets and Points.

PointIncrement

PEDD_POINTINCREMENT(1)

XData contains one single array with length of Points to be shared for all Subsets.

SubsetIncrement

PEDD_SUBSETINCREMENT(2)

XData contains one single array with length of Subsets to be shared for all Points.

 

Comments

Related to DuplicateDataY and DuplicateDataZ.

 

Examples 115, 122, 139, 408, 410, and 413 implement DuplicateData providing your best information for studying this use-case. 

 

PeData.DuplicateDataX members of Pesgo.PeData, Pepso.PeData, Pe3do.PeData