Visit Gigasoft's Web Site
 ProEssentials v9 Help

AutoExplode

Scope

Pepco

Type

Int32

Default

FALSE

.NET

PeUserInterface.AutoExplode

Ocx|Vcl

AutoExplode

DLL

PEP_nAUTOEXPLODE

 

Purpose

This property controls whether the Pie Chart will automatically explode pie slices when a point-label is double clicked.

 

.NET Gigasoft.Enums.

ActiveX and

 

AutoExplode.

DLL Constants

Description

None

PEAE_NONE(0)

Disable automatic slice exploding.

AllSubsets

PEAE_ALLSUBSETS(1)

Enable automatic slice exploding. Slices are exploded for all subsets.

IndividualSubsets

PEAE_INDSUBSETS(2)

Enable automatic slice exploding. Slices are exploded for individual subsets only.

 

VCL Pie Chart Enumerations

eAutoExplode = (pcNoAutoExplode, pcExplodeAllSubsets, pcExplodeIndSubsets);

 

Comments

PeUserInterface.AutoExplode members of Pepco.PeUserInterface

 

Enabling this property will force AllowPointHotSpots to TRUE.