Version

EndCap Method

The style of the end point of any lines or polylines representing this series.
Syntax
'Declaration
 
Public Function EndCap( _
   ByVal endCap As PenLineCap _
) As StackedFragmentSeries(Of T)
public StackedFragmentSeries<T> EndCap( 
   PenLineCap endCap
)

Parameters

endCap
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 8.1, Windows 8.1, Windows 8, Windows 7, 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

View on GitHub