Baseline Property [LineGraphMap]

 

The Baseline property returns the base line properties for a line graph map. Returns a LineFormat object. This is a read-only property.

 

Syntax

object.Baseline

 

Example 1

This example demonstrates how to return the line width of a line graph map base line.

 

Debug.Print LineGraphMap.Baseline.Width

 

Example 2

This example demonstrates how to change the line color of a line graph map base line to blue.

 

LineGraphMap.Baseline.ForeColor = mvColorBlue

 

Used by: LineGraphMap object