The MaxDot property returns or sets the density map Dots for max data option. Returns an integer.
Syntax
object.MaxDot
object.MaxDot = MaxDot
Parameter |
Type |
Description |
MaxDot |
Integer |
required; number of dots for the maximum data value |
Example 1
This example returns the maximum symbol value for a density map.
Debug.Print "Maximum dot value = "; DensityMap.MaxDot
Example 2
This example sets the density map maximum symbol value to 3,000.
DensityMap.MaxDot = 3000
Example 3
This script displays all the properties in the DensityMap object.
Used by: DensityMap object