GraphFill Property

 

The GraphFill property returns or sets the Graph fill properties for a line graph map. Returns a FillFormat object. This is a read-only property.

 

Syntax

object.GraphFill

 

Example 1

This example sets the graph fill foreground color to blue.

 

LineGraphMap.GraphFill.ForeColor = mvColorBlue

 

Example 2

This example sets the fill pattern to forward slashes.

 

LineGraphMap.GraphFill.Pattern="Forward Slash"

 

Used by: LineGraphMap object