The MaxDiam property returns or sets the pie map maximum diameter. Returns a double.
Syntax
object.MaxDiam
object.MaxDiam = MaxDiam
Parameter |
Type |
Description |
MaxDiam |
Double |
required; in page units |
Example 1
This example returns the maximum pie diameter.
Debug.Print PieMap.MaxDiam
Example 2
This example sets the maximum pie diameter.
PieMap.MaxDiam=1.9
Used by: PieMap object