HorizontalGraph Property

 

The HorizontalGraph property returns or sets the line graph map Graph horizontally option. Returns a Boolean.

 

Syntax

object.HorizontalGraph

object.HorizontalGraph = HorizontalGraph

 

Parameter

Type

Description

HorizontalGraph

Boolean

required; true to graph horizontally, false to graph vertically

 

Example 1

This example sets the state of horizontal line graphs to true.

 

LineGraphMap.HorizontalGraph=True

 

Example 2

This example returns the state of horizontal line graphs.

 

Debug.Print LineGraphMap.HorizontalGraph

 

Used by: LineGraphMap object