Visit Gigasoft's Web Site
 ProEssentials v9 Help

HotSpotSize

Scope

Pego, Pesgo, Pe3do, Pepso

Type

Int32

Default

PEHSS_SMALL

.NET

PeUserInterface.HotSpot.Size

Ocx|Vcl

HotSpotSize

DLL

PEP_nHOTSPOTSIZE

 

Purpose

This property controls the size of data hot spots. In addition to enums below.

 

The developer can assign any integer such as 30 for 30 pixels. This helps with touch screen use. Example 106 in the demo and example code shows this use.

 

.NET Gigasoft.Enums.

ActiveX and

 

HotSpotSize.

DLL Constants

Description

Small

PEHSS_SMALL (0)

Small Data Hot Spots

Medium

PEHSS_MEDIUM (1)

Medium Data Hot Spots

Large

PEHSS_LARGE (2)

Large Data Hot Spots

 

Graph VCL Enumerations

eHotSpotSize = (gSmallHotSpots, gMediumHotSpots, gLargeHotSpots);

 

Scientific Graph VCL Enumerations

eHotSpotSize = (sgSmallHotSpots, sgMediumHotSpots, sgLargeHotSpots);

 

3D Scientific Graph VCL Enumerations

eHotSpotSize = (tdSmallHotSpots, tdMediumHotSpots, tdLargeHotSpots);

 

Polar/Smith Chart VCL Enumerations

eHotSpotSize = (psSmallHotSpots, psMediumHotSpots, psLargeHotSpots);

 

Comments

PeUserInterface.HotSpot.Size members of Pego.PeUserInterface.HotSpot, Pesgo.PeUserInterface.HotSpot, Pe3do.PeUserInterface.HotSpot, Pepso.PeUserInterface.HotSpot

 

See Also: AllowDataHotSpots.

 

Refer to Chapter 7, Question 12 for more information on hot spots.