Version

StartCap Property (Series)

Gets or sets the style of the starting point of any lines or polylines representing this series.
Syntax
'Declaration
 
Public Property StartCap As PenLineCap
public PenLineCap StartCap {get; set;}
Remarks
Not every series type has a line at which it would be appropriate to display a start cap, so this property does not affect every series type. LineSeries, for example, is affected by StartCap, 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