2X faster development
The ultimate ASP.NET MVC UI toolkit to boost your development speed.
The LineCap property specifies the type of line cap that should be applied to the line segments in the line series. The possible values of this property are Butt, Round, and Square. The property, LineJoin, specifies the type of line that should be applied when two lines intersect. The possible values of this property are Miter, Round, and Bevel. CSHTML @(Html.EJ().Chart("container") .PrimaryXAxis(axis=>axis.ValueType(AxisValueType.Category)) .CommonSeriesOptions(options=> options.Type(SeriesType.Line) .LineJoin(ChartLineJoin.Bevel) .LineCap(ChartLineCap.Square)) )
The following screenshot displays the line series with round line cap and miter line join at 400% zoom level of the browser:
Figure 1: Line series with round line cap and miter line join |
2X faster development
The ultimate ASP.NET MVC UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.