The BaseHeight property returns or sets a graph's base height for a line graph map. Returns a double.
Syntax
object.BaseHeight
object.BaseHeight = BaseHeight
Parameter |
Type |
Description |
BaseHeight |
Double |
required; height in page units, 0 to 10 inches (0 to 25.4 cm) |
Example 1
This example sets a line graph map's base height to 0.5 inches.
LineGraphMap.BaseHeight = 0.5
Example 2
This example returns a line graph map's base height for a line graph map.
Debug.Print LineGraphMap.BaseHeight
Used by: LineGraphMap object