StartAtAuto Property

The StartAtAuto property returns or sets the tick mark Start major ticks at option. Returns a Boolean.

Syntax

object.StartAtAuto

object.StartAtAuto = StartAtAuto

 

Parameter Type Description
StartAtAuto Boolean required, true means start the tick marks at the automatic value

 

Remarks

Use the StartAt property to set the starting value if StartAtAuto is false.

Example

This example shows how to disable the automatic starting value for tick marks.

TickMarks.StartAtAuto = False

 

Used by: AutoAxisTickMarks object