Fit Timescale of ganttchart

Hi,

Im using .NET Aspose.Tasks just to visualize project (I export it to PDF) so CalculationMode is set to None.
Most important part of this visualization is Gantt Chart View, with which i have been struggling, specifically Timescale. Ill try to explain my issue with an example:

After setting TimescaleStart and TimescaleFinish for project say from 2021 - 2024, whenever there is free space left it will automatically fill that free space with more dates so in the end it appears as if the timescale is set from 2021 to 2026. I would expect it to stretch to the end of the document rather than just fill it will dates, perhaps there is a setting to achieve this? GanttChartView.TimescaleSizePercentage is pretty much what i want but it would be nice if it was done automatically.

So this is what i have:
bad.png (8.2 KB)

This is what i would love to have:
good.png (6.3 KB)

@Herrington

There is no setting to achieve the described behavior. I will add the corresponding enhancement to our internal issue tracking system.

@Herrington
We have opened the following new ticket in our internal issue tracking system and will deliver the fix according to the terms mentioned in Free Support Policies.

Issue ID(s): TASKSNET-11224

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

@vasiliy.sinitsyn

Is there perhaps a way how to achieve what i want without the setting until its eventually added?

@Herrington ,
I’m afraid that the only way is to adjust GanttChartView.TimescaleSizePercentage manually.