The ProfileLine property returns or sets the profile line properties for a line graph map. Returns a LineFormat object. This is a read-only property.
Syntax
object.ProfileLine
Example 1
This example sets the color of the profile line to blue.
LineGraphMap.ProfileLine.Color = mvColorBlue
Example 2
This example changes the width of the profile line to 0.02.
LineGraphMap.ProfileLine.Width = 0.02
Used by: LineGraphMap object