Hi,
When i set TimescaleStart as 3rd day of february and in addition i choose TimescaleUnit.Months, the label of february will not appear unless i change this: project.TimescaleStart = new DateTime(2024, 2, 3, 0, 0, 0);…...TimescaleStart = new DateTime(2024, 2, 3, 0, 0, 0); to this project...TimescaleStart = new DateTime(2024, 2, 1, 0, 0, 0); Example: DateTime...