LabelDivisor Property

The LabelDivisor property returns or sets the label divisor of axis tick labels. Displayed numeric labels are the quotient of the tick value and the LabelDivisor. The default value for this property is 1. Returns a Double.

Syntax

object.LabelDivisor

object.LabelDivisor = LabelDivisor

 

Parameter Type Description
LabelDivisor Double required, label divisor value

 

Example

This example demonstrates how to shift the decimal character of axis tick labels to the right by one.

TickLabels.LabelDivisor = 10

 

Used by: AutoAxisTickLabels object