Visit Gigasoft's Web Site
 ProEssentials v9 Help

MaximumMarkerSize

Scope

Pego, Pesgo, Pepso

Type

Int32

Default

PEMPS_SMALL

.NET

PePlot.Option.MaximumMarkerSize

Ocx|Vcl

MaximumMarkerSize

DLL

PEP_nMAXIMUMMARKERSIZE

 

Purpose

When using MarkDataPoints, this property controls the size of the maximum marker size. Default is enabled, So new v7 logic has smaller marker sizes for larger charts.

 

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.MaximumMarkerSize members of Pego.PePlot.Option, Pesgo.PePlot.Option, Pepso.PePlot.Option

 

See Also: MaximumPointSize, PointSize, GraphAnnotMinSymbolSize, PlottingMethod