AutoMinMax: Boolean;
AutoMinMax: Boolean;
The AutoMinMax property determines a method of setting maximum and minimum values of bubble chart metrics.
The property is set to True, and maximum and minimum values of the bubble chart metrics are determined automatically based on the metric values range.
If the AutoMinMax property is set to False, maximum and minimum values of matrix metrics are determined in the Max and Min properties.
The example of use is given in description of the IBubbleChart.AxisX and IBubbleChart.ColorAxis properties.
See also: