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