Visit Gigasoft's Web Site
 ProEssentials v9 Help

PlottingMethodII

Scope

Pego, Pesgo, Pe3do, Pepso

Type

Int32

Default

Line (0)

.NET

PePlot.MethodII

Ocx|Vcl

PlottingMethodII

DLL

PEP_nPLOTTINGMETHODII

 

Purpose

This property determines the second comparison plotting method used to render the objects data-set. For more information on Comparison Subsets, see Chapter 6. This property will rarely be used. See PlottingMethods.

 

Depending on the object type, the following constants apply: Note that the constants below are different for WinForm/OCX/VCL/DLL developers and also dependent on the object type.

 

Depending on the object type, the following constants apply: Note that the constants below are different for WinForm/OCX/VCL/DLL developers and also dependent on the object type:

Comments

PePlot.MethodII members of Pego.PePlot, Pesgo.PePlot, Pe3do.PePlot, Pepso.PePlot

 

The plotting method for individual subsets may now be set using PlottingMethods.

 

To control the degree of the best fit curve plotting method, see BestFitDegree, SubsetDegree

 

See Also: ComparisonSubsets, RYAxisComparisonSubsets, PlottingMethod, AllowDataHotSpots

 

 

Graph Object Plotting Methods...


.NET Gigasoft.Enums.

     

GraphPlottingMethodII.

ActiveX Enumeration

VCL Enumeration

DLL Constant

Line

GPMII_LINE

gLine2

PEGPM_LINE

Point

GPMII_POINT

gPoint2

PEGPM_POINT

PointsPlusBestFitLine

GPMII_POINTSPLUSBFL

gPointsPlusBFL2

PEGPM_POINTSPLUSBFL

*PointsPlusBestFitLineGraphed

*GPMII_POINTSPLUSBFLGRAPHED

*gPointsPlusBFLII2

*PEGPM_POINTSPLUSBFLII

PointsPlusBestFitCurve

GPMII_POINTSPLUSBFC

gPointsPlusBFC2

PEGPM_POINTSPLUSBFC

*PointsPlusBestFitCurveGraphed

*GPMII_POINTSPLUSBFCGRAPHED

*gPointsPlusBFCII2

*PEGPM_POINTSPLUSBFCII

PointsPlusSpline

GPMII_POINTSPLUSSPLINE

gPointsPlusSpline2

PEGPM_POINTSPLUSSPLINE

Spline

GPMII_SPLINE

gSpline2

PEGPM_SPLINE

PointsPlusLine

GPMII_POINTSPLUSLINE

gPointsPlusLine2

PEGPM_POINTSPLUSLINE

Step

GPMII_STEP

gStep2

PEGPM_STEP

Ribbon

GPMII_RIBBON

gRibbon2

PEGPM_RIBBON

 

* Note, For Pego control, there are two versions of Points plus Best Fit Line and Points plus Best Fit Curve. One version calculates the Best Fit with respect to all point information. The other version calculates the Best Fit for only those points that are currently graphed.

 

 

Scientific Graph Plotting Methods...


.NET Gigasoft.Enums.

     

PlottingMethod.

ActiveX Enumeration

VCL Enumeration

DLL Constant

Line

SGPMII_LINE

sgLine2

PEGPM_LINE

Point

SGPMII_POINT

sgPoint2

PEGPM_POINT

PointsPlusBestFitLine

SGPMII_POINTSPLUSBFL

sgPointsPlusBFL2

PEGPM_POINTSPLUSBFL

PointsPlusBestFitCurve

SGPMII_POINTSPLUSBFC

sgPointsPlusBFC2

PEGPM_POINTSPLUSBFC

PointsPlusSpline

SGPMII_POINTSPLUSSPLINE

sgPointsPlusSpline2

PEGPM_POINTSPLUSSPLINE

Spline

SGPMII_SPLINE

sgSpline2

PEGPM_SPLINE

PointsPlusLine

SGPMII_POINTSPLUSLINE

sgPointsPlusLine2

PEGPM_POINTSPLUSLINE

Step

SGPMII_STEP

sgStep2

PEGPM_STEP

Ribbon

SGPMII_RIBBON

sgRibbon2

PEGPM_RIBBON

 

 

Polar/Smith Object Plotting Methods...


.NET Gigasoft.Enums.

     

PlottingMethod.

ActiveX Enumeration

VCL Enumeration

DLL Constant

Line

PGPMII_LINE

psLine2

PEGPM_LINE

Point

PGPMII_POINT

psPoint2

PEGPM_POINT

PointsPlusLine

PGPMII_POINTSPLUSLINE

psPointsPlusLine2

PEGPM_POINTSPLUSLINE

 

 

3D Scientific Graph Plotting Methods


Setting PlottingMethod is dependent on the state of PolyMode and  PolyMode must be set to PEPM_SCATTER to support this property.

 

When PolyMode is PEPM_SCATTER

  • 0 = Points.

  • 1 = Lines.

  • 2 = Points + Lines.