lveAuto: adjusts the height to the visible data range automatically. This works also when the chart contains several y axes. -
lveFull: freezes the height to the full extent of the chart.
lveLogical: freezes the height to the logical extent of the chart.
lveMultiAxisRange tries to use a predefined Range of the y axes in case of a multi-axis chart. Use the Range.Min, Range.Max, Range.UseMin and Range.UseMax properties to set up the axis range. Note that the range is extended automatically when a series attached to this axis contains out-of-range y values. When no range is specified (i.e., axis.Range.UseMin=false and axis.Range.UseMax=false) the behaviour is similar to lveAuto.
+lveAuto: adjusts the height to the visible data range automatically. This works also when the chart contains several y axes. Ranges assigned to the axes (by setting axis.Range.Min and axis.Range.UseMin, and/or axis.Range.Max and axis.Range.UseMax) are respected (as long as data points are within this range). +
lveFull: freezes the height to the full extent of the chart.
lveLogical: freezes the height to the logical extent of the chart.