ProfileFill Property

 

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

 

Syntax

object.ProfileFill

 

Example 1

This example changes the profile fill foreground color to forest green.

 

LineGraphMap.ProfileFill.ForeColor=mvColorForestGreen

 

Example 2

This example changes the profile fill pattern to gravel.

 

LineGraphMap.ProfileFill.Pattern="Gravel"

 

Used by: LineGraphMap object