Visit Gigasoft's Web Site
 ProEssentials v9 Help

AllowVertLineAnnotHotSpots

Scope

Pego, Pesgo

Type

Enum / Int32

Default

FALSE

.NET

PeUserInterface.HotSpot.XAxisLineAnnotation

Ocx|Vcl

AllowVertLineAnnotHotSpots

DLL

PEP_nALLOWVERTLINEANNOTHOTSPOTS

 

Purpose

This property controls whether vertical line annotations will be Hot-Spots. The developer can then respond when the user clicks or double-clicks vertical line annotations. Hot spots can also be set on a per annotation basis with VertLineAnnotHotSpot

 

The following enumerations apply...

 

.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.

 

Comments

PeUserInterface.HotSpot.XAxisLineAnnotation members of Pego.PeUserInterface.HotSpot, Pesgo.PeUserInterface.HotSpot

 

Vertical line annotations are implemented with the following properties. VertLineAnnotation, VertLineAnnotationText, VertLineAnnotationType, and VertLineAnnotationColor

 

Related events:

.NET: PeVertLineAnnotHotSpot event
ActiveX: VertLineAnnotHotSpot event
SDK/DLL: PEWN_CLICKED notification message.

 

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