Visual Basic: MSChart Control

DivisionsPerTick Property

See Also   Example   Applies To

Returns or sets the number of divisions to skip between major tick marks.

Syntax

*object.*DivisionsPerTick [ = num ]

The DivisionsPerTick property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
num Integer. An integer representing the number of divisions.

Remarks

If this property is set, the object's Auto property is automatically set to False.