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:
Default value for LineCap is Round.
Possible values for LineCap are Flat, Square, Round and Triangle.
This property is applicable to Line, Spline, StepLine and QuickLine charts.