Enum TimescaleFitBehavior
Enum TimescaleFitBehavior
Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.3.0)
Represents a behavior used to align timescale area with page width.
public enum TimescaleFitBehavior
Fields
DefinedInView = 0
Calendar section is rendered according to View.PageInfo.PageViewSettings.FitTimescaleToEndOfPage property of the rendered View.
NoScaleToEndDate = 1
Calendar section is rendered exactly to EndDate, even there is an empty space on a page.
NoScaleToEndOfPage = 2
Calendar section is rendered to the end (right side) of the last page. Thus last rendered date may exceed EndDate.
ScaleToEndOfPage = 3
Calendar section is scaled so that EndDate is aligned with the end (right side) of the last page. Corresponds to MS Project’s “Page Setup \ View \ Fit timescale to end of page” option enabled.