Visit Gigasoft's Web Site
 ProEssentials v9 Help

ManualContourScaleControl

Scope

Pe3do

Type

Int32

Default

PEMSC_NONE

.NET

PePlot.Option.ManualContourScaleControl

Ocx|Vcl

ManualContourScaleControl

DLL

PEP_nMANUALCONTOURSCALECONTROL

 

Purpose

This property is used in conjunction with ManualContourMin and ManualContourMax. This property allows manual control of the range of the graphs contour lines. Possible values are:

 

.NET Gigasoft.Enums.

ActiveX and

 

ManualScaleControl.

DLL Constants

Description

None

PEMSC_NONE(0)

No Manual Control

Min

PEMSC_MIN(1)

Minimum Scale Control

Max

PEMSC_MAX(2)

Maximum Scale Control

MinMax

PEMSC_MINMAX(3)

Both Minimum and Maximum Scale Control

 

3D Scientific Graph VCL Enumerations

eManualScaleControl = (tdAutoScale, tdManualMin, tdManualMax, tdManualMinAndMax);

 

Comments

PePlot.Option.ManualContourScaleControl members of Pe3do.PePlot.Option

 

Contour lines are only possible when PolyMode is set to PEPM_SURFACEPOLYGONS.

 

You will normally leave this defaulted to PEMSC_NONE or set to PEMSC_MINMAX.

 

When using this property, it is likely you will also want to set ManualContourLine.

 

See Also: ShowContour