Visit Gigasoft's Web Site
 ProEssentials v11 Help

AllowAxisLabelHotSpots

Scope

Pego, Pesgo

Type

Boolean/Int32

Default

FALSE

JS / .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 8, Question 12 for more information on hot-spots.