Hi Team,
I have created the Telerik report (.trdp) to show some data in Line Chart with below details.
Chart Type : Line Chart
Series : LineSeries
LineType : Smooth Line
YaxisScale : Numerical Scale.
Xaxis Scale : DateTime Scale
I have exported the PDF from Telerik Report designer and it is working fine i.e, Line Type is smooth throughout . However , when I integrate the telerik report in my Asp.net Web api I started getting following issue. Line series is partially Smooth for continuous values and straight Line for missing values. Please let us know the solution to make the entire line type smooth.
PFA Screen shots for issue.
Picture 1 : Working picture, pdf Exported from telerik report designer.
Picture 2 : Issue image, Pdf Exported from Web api code.
Thanks