ChartBorder.LineStyle Property
Returns or sets the line style for the border. Read/write XlLineStyle, xlGray25, xlGray50, xlGray75, or xlAutomatic.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property LineStyle As Object
Get
Set
'Usage
Dim instance As ChartBorder
Dim value As Object
value = instance.LineStyle
instance.LineStyle = value
Object LineStyle { get; set; }
Property Value
Type: System.Object
Remarks
The xlDouble and xlSlantDashDot constants of the XlLineStyle enumeration do not apply to charts.