TimescaleFitBehavior
Contents
[
Hide
]TimescaleFitBehavior enumeration
Represents a behavior used to align timescale area with page width.
Members
Member name | Description |
---|---|
DEFINED_IN_VIEW | Calendar section is rendered according to View.PageInfo.PageViewSettings.FitTimescaleToEndOfPage property of the rendered View. |
NO_SCALE_TO_END_DATE | Calendar section is rendered exactly to EndDate, even there is an empty space on a page. |
NO_SCALE_TO_END_OF_PAGE | Calendar section is rendered to the end (right side) of the last page. Thus last rendered date may exceed EndDate. |
SCALE_TO_END_OF_PAGE | 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. |
See Also
- namespace aspose.tasks.visualization
- assembly Aspose.Tasks