LineCap

Gets or Sets the shape at the start and end of a line.

 

Type: PenLineCap

Namespace: Visifire.Charts

Assembly:

Silverlight:

SLVisifire.Charts (in SLVisifire.Charts.dll)

WPF:

WPFVisifire.Charts (in WPFVisifire.Charts.dll)

 

This attribute applies to:

 

Syntax:

<vc:Chart ... >

<vc:Chart.Series>

<vc:DataSeries LineCap="Flat">

 

</vc:DataSeries>

</vc:Chart.Series>

</vc:Chart>

 

Below is the chart after setting LineCap property to DataSeries:

 

 

 

Remarks:

  1. Default value for LineCap is Round.

  2. Possible values for LineCap are Flat, Square, Round and Triangle.

  3. This property is applicable to Line, Spline, StepLine and QuickLine charts.