Visit Gigasoft's Web Site
 ProEssentials v9 Help

AllowXAxisAnnotHotSpots

Scope

Pego, Pesgo

Type

Enum / Int32

Default

FALSE

.NET

PeUserInterface.HotSpot.XAxisAnnotation

Ocx|Vcl

AllowXAxisAnnotHotSpots

DLL

PEP_nALLOWXAXISANNOTHOTSPOTS

 

Purpose

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

 

.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.XAxisAnnotation members of Pego.PeUserInterface.HotSpot, Pesgo.PeUserInterface.HotSpot

 

X Axis annotations are implemented with the following properties. XAxisAnnotation, XAxisAnnotationText, and XAxisAnnotationColor

 

Related events:

.NET: PeXAxisAnnotHotSpot event
ActiveX: XAxisAnnotHotSpot event
SDK/DLL: PEWN_CLICKED notification message.

 

See also: AllowYAxisAnnotHotSpots.

 

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