Visit Gigasoft's Web Site
 ProEssentials v11 Help

ManualContourScaleControlII

Scope

Pego, Pesgo, Pe3do, Pepso 

Type

Int32

Default

PEMSC_NONE 0

JS / .NET

PeLegend.ContourLegendII.ManualContourScaleControl

OCX / VCL

ManualContourScaleControlII

DLL

PEP_nMANUALCONTOURSCALECONTROLII

 

Purpose

This property must be set to PEMSC_MINMAX when implementing a secondary contour legend, also set ManualContourMin and ManualContourMax. 

 

.NET Gigasoft.Enums.

ActiveX and

 

ManualScaleControl.

DLL Constants

Description

None

PEMSC_NONE(0)

Automatic Scale Control

Min

PEMSC_MIN(1)

Manual Minimum Scale Control

Max

PEMSC_MAX(2)

Manual Maximum Scale Control

MinMax

PEMSC_MINMAX(3)

Both Minimum and Maximum Scale Control

 

 

Comments

See demo 141 for an example implementation of a secondary contour legend.

 

PeLegend.ContourLegendII.ManualContourScaleControl members of Pego.PeLegend.ContourLegendII, Pesgo.PeLegend.ContourLegendII, Pe3do.PeLegend.ContourLegendII, Pepso.PeLegend.ContourLegendII 

 

See Also: ShowContourLegendII