Visit Gigasoft's Web Site
 ProEssentials v9 Help

Filter2D

Scope

Pego, Pesgo, Pepso

Type

Enum / Int32

Default

Quality

.NET

PeData.Filter2D

Ocx|Vcl

Filter2D

DLL

PEP_nFILTER2D

 

Purpose

Gets and Sets data reduction strength. Default=Quality. Setting to fastest setting could possibly degrade for scatter type charts but actually should be fine for most charts drawn left to right.

 

.NET Gigasoft.Enums.

ActiveX and

 

Filter2D.

DLL Constants

Description

Disable

PEF2D_DISABLE (0)

Disable in some instances where data is not sequential left to right.

Fastest

PEF2D_FASTEST (1)

Not good for scatter plots.

Fast

PEF2D_FAST (2)

Not good for scatter plots.

Optimum

PEF2D_OPTIMUM (3)

Not good for scatter plots.

Quality

PEF2D_QUALITY (4)

Good overall quality.

Slow

PEF2D_SLOW (5)

Improve scatter plots.

Slowest

PEF2D_SLOWEST (6)

Improve scatter plots more.

 

Comments

PeData.Filter2D members of Pego.PeData, Pesgo.PeData, Pepso.PeData

 

See Also: Filter3D, FilterOn