Visit Gigasoft's Web Site
 ProEssentials v9 Help

AllowAxisHotSpots

Scope

Pego, Pesgo

Type

Boolean/Int32

Default

FALSE

.NET

PeUserInterface.HotSpot.Axis

Ocx|Vcl

AllowAxisHotSpots

DLL

PEP_bALLOWAXISHOTSPOTS

 

Purpose

This property controls whether axes will be Hot-Spots. The developer can then respond when the user clicks or double-clicks anywhere along the axis.

 

Setting

Description

TRUE

Enable axis hot-spots.

FALSE

Disable axis hot-spots.

 

Comments

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

 

Related events:

.NET: PeYAxis and PeXAxis events
ActiveX: YAxis and XAxis events
SDK/DLL: PEWN_CLICKED notification message.

 

See Also: AllowAxisLabelHotSpots, AllowGraphHotSpots

 

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