LogOneDigit Property

The LogOneDigit property returns or sets if minor tick mark labels are to be drawn with zeros following the number on log base 10 scaled axes. Returns a Boolean.

Syntax

object.LogOneDigit

object.LogOneDigit = LogOneDigit

 

Parameter Type Description
LogOneDigit Boolean required

 

Example

This example shows how to turn on minor tick mark labels and change the log axis minor labels to 1 digit display.

XAxis1.TickLabels.MinorOn = True

XAxis1.TickLabels.LogOneDigit = True

 

Used by: AutoAxisTickLabels object