Visit Gigasoft's Web Site
ProEssentials v6 Help

AllowGraphAnnotHotSpots

Scope

Pego, Pesgo, Pe3do, Pepso

Type

Boolean/Int32

Default

FALSE

.NET

PeUserInterface.HotSpot.GraphAnnotation

Ocx|Vcl

AllowGraphAnnotHotSpots

DLL

PEP_bALLOWGRAPHANNOTHOTSPOTS

 

Purpose

This property controls whether graph annotations will be Hot-Spots. The developer can then respond when the user clicks or double-clicks graph annotations.

 

Setting

Description

TRUE

Enable graph annotation Hot-Spots.

FALSE

Disable graph annotation Hot Spots.

 

Comments

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

 

Related events:

.NET: PeGraphAnnotHotSpot event
ActiveX: GraphAnnotHotSpot event
SDK/DLL: PEWN_CLICKED notification message.

 

Annotation hot spots can be designated on a per annotation basis via GraphAnnotationHotSpot.

 

Graph annotations are implemented with the following properties. GraphAnnotationX, GraphAnnotationY, GraphAnnotationText, GraphAnnotationType, and GraphAnnotationColor

 

SDK developers, see HOTSPOTDATA for more information.

Ocx|Vcl developers, see GraphAnnotHotSpot for more information

 

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