Visual Basic: MSChart Control

Auto Property (ValueScale)

See Also   Example   Applies To

Returns or sets a value that determines whether automatic scaling is used to draw the value axis.

Syntax

object.Auto [ = boolean]

The Auto property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
boolean A Boolean expression that determines whether automatic scaling is used, as described in Settings.

Settings

The settings for boolean are:

Setting Description
True The scale is automatically set based on the data being charted.
False The values in the  Minimum, Maximum, MajorDivisions and MinorDivisions properties are used to scale the axis.