Share via


ChartFormat.Line Property

Excel Developer Reference

Returns a LineFormat object that contains line formatting properties for the specified chart element. Read-only.

Version Information
 Version Added:  Excel 2007

Syntax

expression.Line

expression   A variable that represents a ChartFormat object.

Remarks

For a line, the LineFormat object represents the line itself; for a chart with a border, the LineFormat object represents the border.

See Also