Aspose.Tasks for C++
|
Represents progress lines in a Gantt Chart view. More...
#include <ProgressLines.h>
Inherits System::Object.
Public Member Functions | |
bool | get_DisplayAtCurrentDate () const |
Gets a value indicating whether to display progress line at current date. More... | |
void | set_DisplayAtCurrentDate (bool value) |
Sets a value indicating whether to display progress line at current date. More... | |
bool | get_DisplayAtRecurringIntervals () const |
Gets a value indicating whether to display progress line at recurring intervals. More... | |
void | set_DisplayAtRecurringIntervals (bool value) |
Sets a value indicating whether to display progress line at recurring intervals. More... | |
const System::SharedPtr< Aspose::Tasks::Visualization::RecurringInterval > & | get_RecurringInterval () const |
Gets the recurring interval. RecurringInterval. More... | |
void | set_RecurringInterval (const System::SharedPtr< Aspose::Tasks::Visualization::RecurringInterval > &value) |
Sets the recurring interval. RecurringInterval. More... | |
bool | get_BeginAtProjectStart () const |
Gets a value indicating whether to display progress lines from the beginning of the project start date. More... | |
void | set_BeginAtProjectStart (bool value) |
Sets a value indicating whether to display progress lines from the beginning of the project start date. More... | |
System::DateTime | get_BeginAtDate () const |
Gets the date to display progress lines from. More... | |
void | set_BeginAtDate (System::DateTime value) |
Sets the date to display progress lines from. More... | |
bool | get_DisplaySelected () const |
Gets a value indicating whether to display progress lines at the selected dates. More... | |
void | set_DisplaySelected (bool value) |
Sets a value indicating whether to display progress lines at the selected dates. More... | |
bool | get_IsBaselinePlan () const |
Gets a value indicating whether to display progress lines for baseline plan or actual. More... | |
void | set_IsBaselinePlan (bool value) |
Sets a value indicating whether to display progress lines for baseline plan or actual. More... | |
bool | get_ShowDate () const |
Gets a value indicating whether to show date for each progress line. More... | |
void | set_ShowDate (bool value) |
Sets a value indicating whether to show date for each progress line. More... | |
DateLabel | get_DateFormat () const |
Gets the date format (DateLabel). More... | |
void | set_DateFormat (DateLabel value) |
Sets the date format (DateLabel). More... | |
const System::SharedPtr< FontDescriptor > & | get_Font () const |
Gets the font used for progress line label. More... | |
void | set_Font (const System::SharedPtr< FontDescriptor > &value) |
Sets the font used for progress line label. More... | |
Aspose::Tasks::Visualization::LinePattern | get_LinePattern () const |
Gets the line pattern of current progress line. LinePattern. More... | |
void | set_LinePattern (Aspose::Tasks::Visualization::LinePattern value) |
Sets the line pattern of current progress line. LinePattern. More... | |
System::Drawing::Color | get_LineColor () const |
Gets the line color for current progress line. More... | |
void | set_LineColor (System::Drawing::Color value) |
Sets the line color for current progress line. More... | |
GanttBarEndShape | get_ProgressPointShape () const |
Gets the progress point shape. GanttBarEndShape. More... | |
void | set_ProgressPointShape (GanttBarEndShape value) |
Sets the progress point shape. GanttBarEndShape. More... | |
System::Drawing::Color | get_ProgressPointColor () const |
Gets the color of progress point. More... | |
void | set_ProgressPointColor (System::Drawing::Color value) |
Sets the color of progress point. More... | |
Aspose::Tasks::Visualization::LinePattern | get_OtherLinePattern () const |
Gets the line pattern for other progress line. More... | |
void | set_OtherLinePattern (Aspose::Tasks::Visualization::LinePattern value) |
Sets the line pattern for other progress line. More... | |
System::Drawing::Color | get_OtherLineColor () const |
Gets the color of other progress line. More... | |
void | set_OtherLineColor (System::Drawing::Color value) |
Sets the color of other progress line. More... | |
GanttBarEndShape | get_OtherProgressPointShape () const |
Gets the progress point shape of other progress line. More... | |
void | set_OtherProgressPointShape (GanttBarEndShape value) |
Sets the progress point shape of other progress line. More... | |
System::Drawing::Color | get_OtherProgressPointColor () const |
Gets the color of other progress point. More... | |
void | set_OtherProgressPointColor (System::Drawing::Color value) |
Sets the color of other progress point. More... | |
System::SharedPtr< System::Collections::Generic::List< System::DateTime > > | get_SelectedDates () const |
Gets the list of selected dates to display progress lines for. More... | |
Represents progress lines in a Gantt Chart view.
System::DateTime Aspose::Tasks::Visualization::ProgressLines::get_BeginAtDate | ( | ) | const |
Gets the date to display progress lines from.
bool Aspose::Tasks::Visualization::ProgressLines::get_BeginAtProjectStart | ( | ) | const |
Gets a value indicating whether to display progress lines from the beginning of the project start date.
DateLabel Aspose::Tasks::Visualization::ProgressLines::get_DateFormat | ( | ) | const |
Gets the date format (DateLabel).
bool Aspose::Tasks::Visualization::ProgressLines::get_DisplayAtCurrentDate | ( | ) | const |
Gets a value indicating whether to display progress line at current date.
bool Aspose::Tasks::Visualization::ProgressLines::get_DisplayAtRecurringIntervals | ( | ) | const |
Gets a value indicating whether to display progress line at recurring intervals.
bool Aspose::Tasks::Visualization::ProgressLines::get_DisplaySelected | ( | ) | const |
Gets a value indicating whether to display progress lines at the selected dates.
const System::SharedPtr<FontDescriptor>& Aspose::Tasks::Visualization::ProgressLines::get_Font | ( | ) | const |
Gets the font used for progress line label.
bool Aspose::Tasks::Visualization::ProgressLines::get_IsBaselinePlan | ( | ) | const |
Gets a value indicating whether to display progress lines for baseline plan or actual.
System::Drawing::Color Aspose::Tasks::Visualization::ProgressLines::get_LineColor | ( | ) | const |
Gets the line color for current progress line.
Aspose::Tasks::Visualization::LinePattern Aspose::Tasks::Visualization::ProgressLines::get_LinePattern | ( | ) | const |
Gets the line pattern of current progress line. LinePattern.
System::Drawing::Color Aspose::Tasks::Visualization::ProgressLines::get_OtherLineColor | ( | ) | const |
Gets the color of other progress line.
Aspose::Tasks::Visualization::LinePattern Aspose::Tasks::Visualization::ProgressLines::get_OtherLinePattern | ( | ) | const |
Gets the line pattern for other progress line.
System::Drawing::Color Aspose::Tasks::Visualization::ProgressLines::get_OtherProgressPointColor | ( | ) | const |
Gets the color of other progress point.
GanttBarEndShape Aspose::Tasks::Visualization::ProgressLines::get_OtherProgressPointShape | ( | ) | const |
Gets the progress point shape of other progress line.
System::Drawing::Color Aspose::Tasks::Visualization::ProgressLines::get_ProgressPointColor | ( | ) | const |
Gets the color of progress point.
GanttBarEndShape Aspose::Tasks::Visualization::ProgressLines::get_ProgressPointShape | ( | ) | const |
Gets the progress point shape. GanttBarEndShape.
const System::SharedPtr<Aspose::Tasks::Visualization::RecurringInterval>& Aspose::Tasks::Visualization::ProgressLines::get_RecurringInterval | ( | ) | const |
Gets the recurring interval. RecurringInterval.
System::SharedPtr<System::Collections::Generic::List<System::DateTime> > Aspose::Tasks::Visualization::ProgressLines::get_SelectedDates | ( | ) | const |
Gets the list of selected dates to display progress lines for.
bool Aspose::Tasks::Visualization::ProgressLines::get_ShowDate | ( | ) | const |
Gets a value indicating whether to show date for each progress line.
void Aspose::Tasks::Visualization::ProgressLines::set_BeginAtDate | ( | System::DateTime | value | ) |
Sets the date to display progress lines from.
void Aspose::Tasks::Visualization::ProgressLines::set_BeginAtProjectStart | ( | bool | value | ) |
Sets a value indicating whether to display progress lines from the beginning of the project start date.
void Aspose::Tasks::Visualization::ProgressLines::set_DateFormat | ( | DateLabel | value | ) |
Sets the date format (DateLabel).
void Aspose::Tasks::Visualization::ProgressLines::set_DisplayAtCurrentDate | ( | bool | value | ) |
Sets a value indicating whether to display progress line at current date.
void Aspose::Tasks::Visualization::ProgressLines::set_DisplayAtRecurringIntervals | ( | bool | value | ) |
Sets a value indicating whether to display progress line at recurring intervals.
void Aspose::Tasks::Visualization::ProgressLines::set_DisplaySelected | ( | bool | value | ) |
Sets a value indicating whether to display progress lines at the selected dates.
void Aspose::Tasks::Visualization::ProgressLines::set_Font | ( | const System::SharedPtr< FontDescriptor > & | value | ) |
Sets the font used for progress line label.
void Aspose::Tasks::Visualization::ProgressLines::set_IsBaselinePlan | ( | bool | value | ) |
Sets a value indicating whether to display progress lines for baseline plan or actual.
void Aspose::Tasks::Visualization::ProgressLines::set_LineColor | ( | System::Drawing::Color | value | ) |
Sets the line color for current progress line.
void Aspose::Tasks::Visualization::ProgressLines::set_LinePattern | ( | Aspose::Tasks::Visualization::LinePattern | value | ) |
Sets the line pattern of current progress line. LinePattern.
void Aspose::Tasks::Visualization::ProgressLines::set_OtherLineColor | ( | System::Drawing::Color | value | ) |
Sets the color of other progress line.
void Aspose::Tasks::Visualization::ProgressLines::set_OtherLinePattern | ( | Aspose::Tasks::Visualization::LinePattern | value | ) |
Sets the line pattern for other progress line.
void Aspose::Tasks::Visualization::ProgressLines::set_OtherProgressPointColor | ( | System::Drawing::Color | value | ) |
Sets the color of other progress point.
void Aspose::Tasks::Visualization::ProgressLines::set_OtherProgressPointShape | ( | GanttBarEndShape | value | ) |
Sets the progress point shape of other progress line.
void Aspose::Tasks::Visualization::ProgressLines::set_ProgressPointColor | ( | System::Drawing::Color | value | ) |
Sets the color of progress point.
void Aspose::Tasks::Visualization::ProgressLines::set_ProgressPointShape | ( | GanttBarEndShape | value | ) |
Sets the progress point shape. GanttBarEndShape.
void Aspose::Tasks::Visualization::ProgressLines::set_RecurringInterval | ( | const System::SharedPtr< Aspose::Tasks::Visualization::RecurringInterval > & | value | ) |
Sets the recurring interval. RecurringInterval.
void Aspose::Tasks::Visualization::ProgressLines::set_ShowDate | ( | bool | value | ) |
Sets a value indicating whether to show date for each progress line.