Aspose.Tasks for C++
|
Represents a single tier of the timescale on a Gantt Chart. More...
#include <TimescaleTier.h>
Inherits System::Object.
Public Member Functions | |
Aspose::Tasks::Visualization::DateTimeConverter | get_DateTimeConverter () const |
Gets a callback function for handling rendering date tick in this tier. More... | |
void | set_DateTimeConverter (Aspose::Tasks::Visualization::DateTimeConverter value) |
Sets a callback function for handling rendering date tick in this tier. More... | |
int32_t | get_Count () const |
Gets the time unit interval in which to show labels for the tier. The default value is 1. More... | |
void | set_Count (int32_t value) |
Sets the time unit interval in which to show labels for the tier. The default value is 1. More... | |
DateLabel | get_Label () const |
Gets date label DateLabel for the timescale tier. More... | |
void | set_Label (DateLabel value) |
Sets date label DateLabel for the timescale tier. More... | |
HorizontalStringAlignment | get_Alignment () const |
Gets how to align labels within each time period of the tier (HorizontalStringAlignment). More... | |
void | set_Alignment (HorizontalStringAlignment value) |
Sets how to align labels within each time period of the tier (HorizontalStringAlignment). More... | |
bool | get_UsesFiscalYear () const |
Gets a value indicating whether to base the tier labels on the fiscal year. More... | |
void | set_UsesFiscalYear (bool value) |
Sets a value indicating whether to base the tier labels on the fiscal year. More... | |
bool | get_ShowTicks () const |
Gets a value indicating whether whether to show tick marks that separate time periods in the tier. More... | |
void | set_ShowTicks (bool value) |
Sets a value indicating whether whether to show tick marks that separate time periods in the tier. More... | |
TimescaleUnit | get_Unit () const |
Gets timescale unit TimescaleUnit for the timescale tier. The default value is Days. More... | |
void | set_Unit (TimescaleUnit value) |
Sets timescale unit TimescaleUnit for the timescale tier. The default value is Days. More... | |
TimescaleTier () | |
Initializes a new instance of the TimescaleTier class. More... | |
TimescaleTier (TimescaleUnit unit, int32_t count) | |
Initializes a new instance of the TimescaleTier class. More... | |
Represents a single tier of the timescale on a Gantt Chart.
Aspose::Tasks::Visualization::TimescaleTier::TimescaleTier | ( | ) |
Initializes a new instance of the TimescaleTier class.
Aspose::Tasks::Visualization::TimescaleTier::TimescaleTier | ( | TimescaleUnit | unit, |
int32_t | count | ||
) |
Initializes a new instance of the TimescaleTier class.
unit | The timescale unit TimescaleUnit. |
count | The count of TimescaleUnit units. |
HorizontalStringAlignment Aspose::Tasks::Visualization::TimescaleTier::get_Alignment | ( | ) | const |
Gets how to align labels within each time period of the tier (HorizontalStringAlignment).
int32_t Aspose::Tasks::Visualization::TimescaleTier::get_Count | ( | ) | const |
Gets the time unit interval in which to show labels for the tier. The default value is 1.
Aspose::Tasks::Visualization::DateTimeConverter Aspose::Tasks::Visualization::TimescaleTier::get_DateTimeConverter | ( | ) | const |
Gets a callback function for handling rendering date tick in this tier.
DateLabel Aspose::Tasks::Visualization::TimescaleTier::get_Label | ( | ) | const |
Gets date label DateLabel for the timescale tier.
bool Aspose::Tasks::Visualization::TimescaleTier::get_ShowTicks | ( | ) | const |
Gets a value indicating whether whether to show tick marks that separate time periods in the tier.
TimescaleUnit Aspose::Tasks::Visualization::TimescaleTier::get_Unit | ( | ) | const |
Gets timescale unit TimescaleUnit for the timescale tier. The default value is Days.
bool Aspose::Tasks::Visualization::TimescaleTier::get_UsesFiscalYear | ( | ) | const |
Gets a value indicating whether to base the tier labels on the fiscal year.
void Aspose::Tasks::Visualization::TimescaleTier::set_Alignment | ( | HorizontalStringAlignment | value | ) |
Sets how to align labels within each time period of the tier (HorizontalStringAlignment).
void Aspose::Tasks::Visualization::TimescaleTier::set_Count | ( | int32_t | value | ) |
Sets the time unit interval in which to show labels for the tier. The default value is 1.
void Aspose::Tasks::Visualization::TimescaleTier::set_DateTimeConverter | ( | Aspose::Tasks::Visualization::DateTimeConverter | value | ) |
Sets a callback function for handling rendering date tick in this tier.
void Aspose::Tasks::Visualization::TimescaleTier::set_Label | ( | DateLabel | value | ) |
Sets date label DateLabel for the timescale tier.
void Aspose::Tasks::Visualization::TimescaleTier::set_ShowTicks | ( | bool | value | ) |
Sets a value indicating whether whether to show tick marks that separate time periods in the tier.
void Aspose::Tasks::Visualization::TimescaleTier::set_Unit | ( | TimescaleUnit | value | ) |
Sets timescale unit TimescaleUnit for the timescale tier. The default value is Days.
void Aspose::Tasks::Visualization::TimescaleTier::set_UsesFiscalYear | ( | bool | value | ) |
Sets a value indicating whether to base the tier labels on the fiscal year.