Visit Gigasoft's Web Site
ProEssentials v6 Help

AllowHorzLineAnnotHotSpots

Scope

Pego, Pesgo

Type

Boolean/Int32

Default

FALSE

.NET

PeUserInterface.HotSpot.YAxisLineAnnotation

Ocx|Vcl

AllowHorzLineAnnotHotSpots

DLL

PEP_bALLOWHORZLINEANNOTHOTSPOTS

 

Purpose

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

 

Setting

Description

TRUE

Enable horizontal line annotation Hot-Spots.

FALSE

Disable horizontal line annotation Hot Spots.

 

Comments

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

 

Horizontal line annotations are implemented with the following properties. HorzLineAnnotation, HorzLineAnnotationText, HorzLineAnnotationType, and HorzLineAnnotationColor

 

Related events:

.NET: PeHorzLineAnnotHotSpot event
ActiveX: HorzLineAnnotHotSpot event
SDK/DLL: PEWN_CLICKED notification message.

 

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