Visit Gigasoft's Web Site
 ProEssentials v9 Help

SequentialDataX

Scope

Pego, Pesgo, Pepso, Pe3do

Type

Enum / Int32

Default

PESD_AUTO (0)

.NET

PeData.SequentialDataX

Ocx|Vcl

SequentialDataX

DLL

PEP_nSEQUENTIALDATAX

 

Purpose

Gets and Sets if data can potentially be optimized. Default=Auto. This setting can be used to disable or force filtering. Most likely you may need to disable in some rare types of implementations.


For Pego, data is always sequential in x direction, so this setting mostly for disabling filtering.
For Pe3do,SequentialDataX optimization is for only scatter and waterfall plots. Filter3D effects surfaces and wireframes.

 

.NET Gigasoft.Enums.

ActiveX and

 

SequentialData.

DLL Constants

Description

Auto

PESD_AUTO (0)

Attempts to confirm data is sequential and optimizes if seems ok.

Always

PESD_ALWAYS (1)

Force Optimization

Never

PESD_NEVER (2)

Disable Optimiation

 

Comments

PeData.SequentialDataX members of Pego.PeData, Pesgo.PeData, Pepso.PeData, Pe3do.PeData

 

See Also: SequentialDataY, Filter2D, Filter3D, FilterOn