Visit Gigasoft's Web Site
 ProEssentials v9 Help

MaximumSymbolSize

Scope

Pego, Pesgo, Pe3do, Pepso

Type

Int32

Default

PEMPS_NONE

.NET

PeAnnotation.Graph.MaxSymbolSize

Ocx|Vcl

MaximumSymbolSize

DLL

PEP_nMAXIMUMSYMBOLSIZE

 

Purpose

This property enables and controls the size of the maximum graph annotation symbol size. This property is helpful when using large charts and need to maintain a maximum symbol 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

PeAnnotation.Graph.MaxSymbolSize members of Pego.PeAnnotation.Graph, Pesgo.PeAnnotation.Graph, Pe3do.PeAnnotation.Graph, Pepso.PeAnnotation.Graph

 

See Also:GraphAnnotMinSymbolsSize, PointSize, MinimumPointSize, PlottingMethod