Visit Gigasoft's Web Site
 ProEssentials v9 Help

PointSize

Scope

Pego, Pesgo, Pe3do, Pepso

Type

Int32

Default

PEPS_MEDIUM

.NET

PePlot.PointSize

Ocx|Vcl

PointSize

DLL

PEP_nPOINTSIZE

 

Purpose

This property controls the size of plotting method points. Possible values are as follows:

 

.NET Gigasoft.Enums.

ActiveX and

 

PointSize.

DLL Constants

Description

Small

PEPS_SMALL(0)

Small points.

Medium

PEPS_MEDIUM(1)

Medium points.

Large

PEPS_LARGE(2)

Large points.

Micro

PEPS_MICRO(3)

Micro points.

 

Graph VCL Enumerations

ePointSize = (gSmallPoints, gMediumPoints, gLargePoints, gMicroPoints);

 

Scientific Graph VCL Enumerations

ePointSize = (sgSmallPoints, sgMediumPoints, sgLargePoints, sgMicroPoints);

 

3D Scientific Graph VCL Enumerations

ePointSize = (tdSmallPoints, tdMediumPoints, tdLargePoints, tdMicroPoints);

 

Polar/Smith Chart VCL Enumerations

ePointSize = (psSmallPoints, psMediumPoints, psLargePoints, psMicroPoints);

 

Comments

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

 

See Also: SubsetPointTypes, PlottingMethod, HotSpotSize, MinimumPointSize, GraphAnnotMinSymbolSize

 

See Also: SubsetPointSizes to control size on per subset basis.