ChartFormat.Line Property

Definition

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

public:
 property Microsoft::Office::Interop::Excel::LineFormat ^ Line { Microsoft::Office::Interop::Excel::LineFormat ^ get(); };
public Microsoft.Office.Interop.Excel.LineFormat Line { get; }
Public ReadOnly Property Line As LineFormat

Property Value

LineFormat

Remarks

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

Applies to