Visit Gigasoft's Web Site
 ProEssentials v9 Help

AllowHorzLineAnnotHotSpots

Scope

Pego, Pesgo

Type

Enum / Int32

Default

PEAHS_NO_HOT_SPOT (0)

.NET

PeUserInterface.HotSpot.YAxisLineAnnotation

Ocx|Vcl

AllowHorzLineAnnotHotSpots

DLL

PEP_nALLOWHORZLINEANNOTHOTSPOTS

 

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

 

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