DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


LogScaleX

Declaration: TPlotParams.LogScaleX: boolean;

The plot property LogScaleX defines the type of scaling. If LogScaleX is set to TRUE, logarithmic scales are used, otherwise the data is displayed on a linear x axis.

Hint 1: LogScaleX can be set to TRUE only if the x axis spans a positive numeric range. In the case of a negative scale the setting of the LogScaleX property will not have any effect.

Hint 2: The actual state of the scale can be checked by reading the property LogScaleX after performing a call to Refresh.