Visit Gigasoft's Web Site
 ProEssentials v9 Help

AllowHistogram

Scope

Pego

Type

Boolean/Int32

Default

TRUE

.NET

PePlot.Allow.Histogram

Ocx|Vcl

AllowHistogram

DLL

PEP_bALLOWHISTOGRAM

 

Purpose

This property controls whether the Histogram plotting method is accessible to the user.

 

Setting

Description

TRUE

Histogram is available.

FALSE

Histogram is not available.

 

Comments

PePlot.Allow.Histogram members of Pego.PePlot.Allow

 

This plotting method is designed to give the user a quick and dirty histogram of data that is normally plotted as a line chart. There is no control over the look of this histogram. If you want to produce a specific histogram, use the Line or Bar PlottingMethod and construct your own histogram manually.

 

See Also: PlottingMethod