GrapeCity.Xaml.Excel
LineEndingCap Property (LineFormat)


GrapeCity.Excel.Chart Namespace > LineFormat Class : LineEndingCap Property
Specifies the ending caps that should be used for this line.
Syntax
'Declaration
 
Public Property LineEndingCap As EndLineCap
'Usage
 
Dim instance As LineFormat
Dim value As EndLineCap
 
instance.LineEndingCap = value
 
value = instance.LineEndingCap
public EndLineCap LineEndingCap {get; set;}
Remarks
The default value is Square.
See Also

Reference

LineFormat Class
LineFormat Members