property ValueAxis.Max as Variant
Specifies the maximum value of the axis

TypeDescription
Variant It indicates one of the following
  • empty, indicates that the control calculates the maximum value based on the data present in the chart
  • numeric value, specifies a fixed maximum value (all data is scaled according to the specified minimum and maximum values)
By default, the Max property is empty, which indicates that the control calculates the maximum value based on the data present in the chart. The Min and Max properties specifies the minimum and maximum values of the axis. 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.