property ValueAxis.Min as Variant
Specifies the minimum value of the axis

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