Hello,
I'm evaluating the free Spire.Presentation version 4.11.12.10040 and trying to create a line chart in a PowerPoint document. I have most of it working except for the following 2 issues:
1) When I open the PowerPoint presentation, the dates shown on the axis are not my Category dates - they start at '96 instead of '91 (see attached screenshot: incorrect_dates_1.png). But if I then right-click on the chart and select "Edit Data" the Category dates change to the correct years, almost like they are refreshed? (see attached screenshot: date_years_now_correct_2.png). Note that the month is shown as Jan when it should be Dec (see attached screenshot: month_still_incorrect_3.png).
2) Even after the dates have been updated, the Major Unit Value is not set based on the fact that it is still "Auto". The code sets both the BaseUnitScale (which looks like it was set) and the MajorUnitScale / MajorUnit (see attached screenshot: major_unit_not_set_4.png)
I have also attached the code I am using for reference (see attached test.cs).
Thank you!
John