The GraphHeight property returns or sets the Graph height for a line graph map. Returns a double.
Syntax
object.GraphHeight
object.GraphHeight = GraphHeight
Parameter |
Type |
Description |
GraphHeight |
Double |
required; in page units |
Example 1
This example returns the graph height.
Debug.Print LineGraphMap.GraphHeight
Example 2
This example sets the graph height to 0.75.
LineGraphMap.GraphHeight = 0.75
Used by: LineGraphMap object