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)