Version

EndCap Property (Series)

Gets or sets the style of the end point of any lines or polylines representing this series.
Syntax
'Declaration
 
Public Property EndCap As PenLineCap
public PenLineCap EndCap {get; set;}
Remarks
Not every series type has a line at which it would be appropriate to display an end cap, so this property does not affect every series type. LineSeries, for example, is affected by EndCap, but ColumnSeries is not.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also