Visit Gigasoft's Web Site
 ProEssentials v10 Help

DuplicateDataY

Scope

Pesgo, Pepso, Pe3do

Type

Int32

Default

PEDD_NONE 0

.NET

PeData.DuplicateDataY

Ocx|Vcl

DuplicateDataY

DLL

PEP_nDUPLICATEDATAY

 

Purpose

Related to YData and used within any chart where all subsets or points use identical YData.  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)

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

SubsetIncrement

PEDD_SUBSETINCREMENT(2)

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

 

Comments

Related to DuplicateDataX and DuplicateDataZ.

 

Sharing YData within a chart is a rare scenario but we've supplied this feature just in case you find a use for it. 

 

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