Visit Gigasoft's Web Site
ProEssentials v9 Help

AllowDataLabels

 

Scope

Pesgo, Pe3do, Pepso

Type 

Int32

Default 

PEADL_DATAVALUES

.NET 

PePlot.Option.AllowDataLabels

Ocx|Vcl

AllowDataLabels

DLL

PEP_nALLOWDATALABELS

 

Purpose

This property controls what type of data-point labels can be placed next to data-points.

 

Setting 

Description

PEADL_NONE (0) 

Disable data-point label capabilities.

PEADL_DATAVALUES (1)

Numerical value of data-point.

PEADL_POINTLABELS (2) 

Uses PointLabels.

PEADL_DATAPOINTLABELS (3)

Uses DataPointLabels.

 

VCL Enumeration eAllowDataLabels = (sgNoDataLabels, sgDataValues, sgPointLabels, sgDataPointLabels);

 

Comments

PePlot.Option.AllowDataLabels members of Pesgo.PePlot.Option, Pe3do.PePlot.Option, Pepso.PePlot.Option

 

GraphDataLabels is used control whether data-point labels are currently graphed.

 

The 3D Scientific Graph object only supports data labels within the scatter mode, see PolyMode.