Visit Gigasoft's Web Site
 ProEssentials v9 Help

MinimumPointSize

Scope

Pego, Pesgo, Pepso

Type

Int32

Default

PEMPS_NONE

.NET

PePlot.Option.MinimumPointSize

Ocx|Vcl

MinimumPointSize

DLL

PEP_nMINIMUMPOINTSIZE

 

Purpose

This property enables and controls the size of the minimum point size. This property is helpful when using small charts and need to maintain a minimum point size.

 

The following constants apply to this property:

 

.NET Gigasoft.Enums.

ActiveX and

 

MinimumPointSize.

DLL Constants

Description

None

PEMPS_NONE(0)

No minimum size, size scales to image.

Small

PEMPS_SMALL(1)

Smallest point possible is 2 pixels.

Medium

PEMPS_MEDIUM(2)

Smallest point possible is 6 pixels.

Large

PEMPS_LARGE(3)

Smallest point possible is 10 pixels.

MediumSmall

PEMPS_MEDIUM_SMALL(4)

Smallest point possible is 4 pixels.

MediumLarge

PEMPS_MEDIUM_LARGE(5)

Smallest point possible is 8 pixels.

 

Graph VCL Enumerations

eMinimumPointSize = (gNoMPS, gSmallMPS, gMediumMPS, gLargeMPS, gMediumSmall, gMediumLarge);

 

Scientific Graph VCL Enumerations

eMinimumPointSize = (sgNoMPS, sgSmallMPS, sgMediumMPS, sgLargeMPS, sgMediumSmall, sgMediumLarge);

 

Polar Chart VCL Enumerations

eMinimumPointSize = (psNoMPS, psSmallMPS, psMediumMPS, psLargeMPS, psMediumSmall, psMediumLarge);

 

Comments

PePlot.Option.MinimumPointSize members of Pego.PePlot.Option, Pesgo.PePlot.Option, Pepso.PePlot.Option

 

See Also: MaximumPointSize, PointSize, GraphAnnotMinSymbolSize, PlottingMethod