TimescaleTier
Contents
[
Hide
]TimescaleTier class
Represents a single tier of the timescale on a Gantt Chart.
The TimescaleTier type exposes the following members:
Constructors
Name | Description |
---|---|
TimescaleTier() | Initializes a new instance of the TimescaleTier class. |
TimescaleTier(unit, count) | Initializes a new instance of the TimescaleTier class. |
Properties
Name | Description |
---|---|
count | Gets or sets the time unit interval in which to show labels for the tier. The default value is 1. |
label | Gets or sets date label DateLabel for the timescale tier. |
alignment | Gets or sets how to align labels within each time period of the tier (HorizontalStringAlignment). |
uses_fiscal_year | Gets or sets a value indicating whether to base the tier labels on the fiscal year. |
show_ticks | Gets or sets a value indicating whether whether to show tick marks that separate time periods in the tier. |
unit | Gets or sets timescale unit TimescaleUnit for the timescale tier. The default value is |
See Also
- namespace aspose.tasks.visualization
- assembly Aspose.Tasks