ChartFormat.Line Property
Returns the line formatting properties for the specified chart element. Read-only LineFormat.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Line As LineFormat
Get
'Usage
Dim instance As ChartFormat
Dim value As LineFormat
value = instance.Line
LineFormat Line { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.LineFormat
Remarks
For a line, the LineFormat object represents the line itself; for a chart with a border, the LineFormat object represents the border.