AutoScale Property (AAxis)

Returns or sets whether the minimum and maximum limits of the object are automatically set.

Syntax

Object.AutoScale [ = bAutoScale ]

The AutoScale property syntax has the following parts:

 

Name

Type

Description

Object

AAxis

AAxis object

bAutoScale

Bool

A boolean expression that specifies whether the minimum and maximum limits of the object are automatically set.

Where

bAutoScale can be one of the following:

 

Value

Description

True

The minimum and maximum limits are automatically set.

False *

The minimum and maximum limits are not automatically set.

Comments

This property is applied only to the AChart control. It affects only plots that also have their AutoScale property set to TRUE.

Example

The following statement changes the AAxis so the min and max limits are automatically set:

axs1.AutoScale=True

Applies to

AAxis

See Also

Discrete, DiscreteBase, DiscreteInterval, Max, Min, ReverseOrder