TimescaleTier
Contents
[
Hide
]TimescaleTier class
Represents a single tier of the timescale on a Gantt Chart.
Constructors
| Name | Description |
|---|---|
| TimescaleTier (2 overloads) | Initializes a new instance of the TimescaleTier class. |
Methods
| Name | Description |
|---|---|
| get_Alignment | Gets how to align labels within each time period of the tier ( HorizontalStringAlignment ). |
| get_Count | Gets the time unit interval in which to show labels for the tier. The default value is 1. |
| get_DateTimeConverter | Gets a callback function for handling rendering date tick in this tier. |
| get_Label | Gets date label DateLabel for the timescale tier. |
| get_RenderLabelOnEachPage | Gets flag that defines whether date labels should be rendered on each page when a time period spans over several pages. If value is ’true’, when time period spans over several pages, date labels for the period are rendered on each page. If values is ‘false’, date label is rendered only once according to a value of Alignment property. |
| get_ShowTicks | Gets a value indicating whether whether to show tick marks that separate time periods in the tier. |
| get_Unit | Gets timescale unit TimescaleUnit for the timescale tier. The default value is Days . |
| get_UsesFiscalYear | Gets a value indicating whether to base the tier labels on the fiscal year. |
| set_Alignment | Sets how to align labels within each time period of the tier ( HorizontalStringAlignment ). |
| set_Count | Sets the time unit interval in which to show labels for the tier. The default value is 1. |
| set_DateTimeConverter | Sets a callback function for handling rendering date tick in this tier. |
| set_Label | Sets date label DateLabel for the timescale tier. |
| set_RenderLabelOnEachPage | Sets flag that defines whether date labels should be rendered on each page when a time period spans over several pages. If value is ’true’, when time period spans over several pages, date labels for the period are rendered on each page. If values is ‘false’, date label is rendered only once according to a value of Alignment property. |
| set_ShowTicks | Sets a value indicating whether whether to show tick marks that separate time periods in the tier. |
| set_Unit | Sets timescale unit TimescaleUnit for the timescale tier. The default value is Days . |
| set_UsesFiscalYear | Sets a value indicating whether to base the tier labels on the fiscal year. |