Hi Ed,
Thanks for contacting Syncfusion Support.
We can avoid the cropping of last adornment label by setting the LabelPosition property of adornments info as Auto as shown in the below code snippet,
<chart:SplineSeries >
<chart:SplineSeries.AdornmentsInfo>
<chart:ChartAdornmentInfo LabelPosition="Auto"/>
</chart:SplineSeries.AdornmentsInfo>
</chart:SplineSeries>
|
We have prepared a demo sample based on your requirement and it can be downloaded from below link,
Please refer our UG documentation link to know more about LabelPosition property of adornments info,
Regards,
Devi