Visit Gigasoft's Web Site
 ProEssentials v9 Help

AllowGraphAnnotHotSpots

Scope

Pego, Pesgo, Pe3do, Pepso

Type

Enum or Boolean / Int32

Default

PEAHS_NO_HOT_SPOT (0)

.NET

PeUserInterface.HotSpot.GraphAnnotation

Ocx|Vcl

AllowGraphAnnotHotSpots

DLL

PEP_nALLOWGRAPHANNOTHOTSPOTS

 

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. Annotation hot spots can also be designated on a per annotation basis via GraphAnnotationHotSpot.

 

Pego and Pesgo include Zoom Window options.

 

.NET Gigasoft.Enums.

ActiveX and

 

AnnotationHotSpot.

DLL Constants

Description

NoHotSpot

PEAHS_NO_HOT_SPOT (0)

No hot spots.

GraphOnly

PEAHS_GRAPH_ONLY (1)

Enable hot spots, but only for main charting area.

GraphAndZoomWindow

PEAHS_GRAPH_AND_ZOOMWINDOW (2)

Enable hot spots for main chart and zoom window.

ZoomWindowOnly

PEAHS_ZOOMWINDOW_ONLY (3)

Enable hot spots for zoom window only.

 

Pe3do and Pepso use boolean as no Zoom Window is supported for these controls.

 

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.

 

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.