property ValueAxis.MajorUnit as Variant
Specifies the interval between major divisions

TypeDescription
Variant It indicates one of the following
  • empty, indicates that the control calculates the interval between major divisions
  • numeric value, specifies a fixed major unit
By default, the MajorUnit property is empty, which indicates that the control calculates the interval between major divisions. The MajorUnit property defines the interval between major divisions. The Misc( exBaseMajorUnits) property defines the base major-units alternatives (separated by comma) the control uses to calculate the major-unit for the axes. The Misc( exRangeMajorUnits) property defines the inferior and superior limits of the number of major-unit intervals an axis can display. The Min and Max properties specifies the minimum and maximum values of the axis.