TimescaleFitBehavior

TimescaleFitBehavior enumeration

Represents a behavior used to align timescale area with page width.

Members

Member nameDescription
DEFINED_IN_VIEWCalendar section is rendered according to View.PageInfo.PageViewSettings.FitTimescaleToEndOfPage property of the rendered View.
NO_SCALE_TO_END_DATECalendar section is rendered exactly to EndDate, even there is an empty space on a page.
NO_SCALE_TO_END_OF_PAGECalendar section is rendered to the end (right side) of the last page.
Thus last rendered date may exceed EndDate.
SCALE_TO_END_OF_PAGECalendar 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.

See Also