Visit Gigasoft's Web Site
 ProEssentials v9 Help

ShowContour

Scope

Pe3do

Type

Int32

Default

PESC_NONE

.NET

PePlot.Option.ShowContour

Ocx|Vcl

ShowContour

DLL

PEP_nSHOWCONTOUR

 

Purpose

This property controls the addition of contour lines/colors to a 3D surface plot. This property is only used when PolyMode is equal to PEPM_SURFACEPOLYGONS.

 

.NET Gigasoft.Enums.

ActiveX and

 

ShowContour.

DLL Constants

Description

None

PESC_NONE (0)

No contour lines included

TopLines

PESC_TOPLINES (1)

Contour lines on top

BottomLines

PESC_BOTTOMLINES (2)

Contour lines on bottom

TopColors

PESC_TOPCOLORS (3)

Contour colors on top

BottomColors

PESC_BOTTOMCOLORS (4)

Contour colors on bottom

 

3D Scientific Graph VCL Enumerations

eShowContour = (tdContourOff, tdTopLines, tdBottomLines, tdTopColors, tdBottomColors);

 

Comments

PePlot.Option.ShowContour members of Pe3do.PePlot.Option

 

See Also, AllowContourControl, ShowContourLegends, ManualContourLine, ManualContourScaleControl

 

Within the demo, see example 401.