Visit Gigasoft's Web Site
ProEssentials v6 Help

AllowXAxisAnnotHotSpots

Scope

Pego, Pesgo

Type

Boolean/Int32

Default

FALSE

.NET

PeUserInterface.HotSpot.XAxisAnnotation

Ocx|Vcl

AllowXAxisAnnotHotSpots

DLL

PEP_bALLOWXAXISANNOTHOTSPOTS

 

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.

 

Setting

Description

TRUE

Enable x axis annotation Hot-Spots.

FALSE

Disable x axis annotation Hot Spots.

 

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.