Visit Gigasoft's Web Site
 ProEssentials v9 Help

AllowAxisLabelHotSpots

Scope

Pego, Pesgo

Type

Boolean/Int32

Default

FALSE

.NET

PeUserInterface.HotSpot.AxisLabel

Ocx|Vcl

AllowAxisLabelHotSpots

DLL

PEP_bALLOWAXISLABELHOTSPOTS

 

Purpose

This property controls whether axis labels will be Hot-Spots. The developer can then respond when the user clicks or double-clicks an axis label.

 

Setting

Description

TRUE

Enable axis label hot-spots.

FALSE

Disable axis label hot-spots.

 

Comments

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

 

Related events:

.NET: PeYAxisLabel and PeXAxisLabel events
ActiveX: YAxisLabel and XAxisLabel events
SDK/DLL: PEWN_CLICKED notification message.

 

See Also: AllowAxisHotSpots, AllowGraphHotSpots

 

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