The GraphLine property returns or sets the line graph map graph line properties. Returns a LineFormat object. This is a read-only property.
Syntax
object.GraphLine
Example 1
This example sets the graph line color to purple.
LineGraphMap.GraphLine.Color=mvColorPurple
Example 2
This example sets the graph line width to 0.01.
LineGraphMap.GraphLine.Width = 0.01
Used by: LineGraphMap object