Visual Basic: MSChart Control

DivisionsPerLabel Property

See Also   Example   Applies To

Returns or sets the number of divisions to skip between labels.

Syntax

object.DivisionsPerLabel[ = num]

The DivisionsPerLabel 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.