Visit Gigasoft's Web Site
 ProEssentials v9 Help

XAxisScaleControl

Scope

Pesgo

Type

Int32

Default

PEAC_AUTO

.NET

PeGrid.Configure.XAxisScaleControl

Ocx|Vcl

XAxisScaleControl

DLL

PEP_nXAXISSCALECONTROL

 

Purpose

This property controls the grid scale used for the x axis. Possible values are defined by the following constants:

 

.NET Gigasoft.Enums.

ActiveX and

 

ScaleControl.

DLL Constants

Description

Auto

PEAC_AUTO(0)

Auto scaling.

Normal

PEAC_NORMAL(1)

Normal scale.

Log

PEAC_LOG(2)

Log scale.

 

Scientific Graph VCL Enumerations

eAxisScaleControl = (sgAuto, sgLinear, sgLog);

 

Comments

PeGrid.Configure.XAxisScaleControl members of Pesgo.PeGrid.Configure

 

Within the demo, see example 110.

 

Auto scaling will determine if the object should use a normal or log scale. If the datas range is larger than or equal to 10e3, then a log scale will be used.

 

If the extents of the scale go to zero or below, the only allowed scale will be PEAC_NORMAL.

 

See Also: TXAxisScaleControl, YAxisScaleControl, RYAxisScaleControl, ScaleForXData, ManualScaleControlX, and ManualXAxisTicknLine