AxisLine Property
AxisLine returns the axis LineFormat object. This is a read-only property.
Syntax
object.AxisLine
Example 1
This example demonstrates how to return the line width of an axis.
Debug .Print Axis.AxisLine.Width
Example 2
This example demonstrates how to change the line color of an axis to blue.
Axis.AxisLine.ForeColorRGBA.Color = srfColorBlue
Used by: Axis object