MajorFreq Property

The MajorFreq property returns or sets the axis tick labels major frequency. Returns a Short.

Syntax

object.MajorFreq

object.MajorFreq = MajorFreq

 

Parameter Type Description
MajorFreq Short required, if using a probability axis grfAxisProbLabels

 

Example

This example shows how to change the frequency for the major tick labels.

TickLabels.MajorFreq = 5

 

Used by: AutoAxisTickLabels object