Visit Gigasoft's Web Site
 ProEssentials v9 Help

AllowYAxisAnnotHotSpots

Scope

Pego, Pesgo

Type

Boolean/Int32

Default

FALSE

.NET

PeUserInterface.HotSpot.YAxisAnnotation

Ocx|Vcl

AllowYAxisAnnotHotSpots

DLL

PEP_bALLOWYAXISANNOTHOTSPOTS

 

Purpose

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

 

Setting

Description

TRUE

Enable y axis annotation Hot-Spots.

FALSE

Disable y axis annotation Hot Spots.

 

Comments

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

 

Y Axis annotations are implemented with the following properties. YAxisAnnotation, YAxisTextAnnotations, and YAxisAnnotationColor

 

Related events:

.NET: PeYAxisAnnotHotSpot event
ActiveX: YAxisAnnotHotSpot event
SDK/DLL: PEWN_CLICKED notification message.

 

See also: AllowXAxisAnnotHotSpots

 

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