Aspose.Tasks for C++
Aspose::Tasks::Visualization::ProgressLines Class Reference

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...
 

Detailed Description

Represents progress lines in a Gantt Chart view.

Member Function Documentation

◆ get_BeginAtDate()

System::DateTime Aspose::Tasks::Visualization::ProgressLines::get_BeginAtDate ( ) const

Gets the date to display progress lines from.

◆ get_BeginAtProjectStart()

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.

◆ get_DateFormat()

DateLabel Aspose::Tasks::Visualization::ProgressLines::get_DateFormat ( ) const

Gets the date format (DateLabel).

◆ get_DisplayAtCurrentDate()

bool Aspose::Tasks::Visualization::ProgressLines::get_DisplayAtCurrentDate ( ) const

Gets a value indicating whether to display progress line at current date.

◆ get_DisplayAtRecurringIntervals()

bool Aspose::Tasks::Visualization::ProgressLines::get_DisplayAtRecurringIntervals ( ) const

Gets a value indicating whether to display progress line at recurring intervals.

◆ get_DisplaySelected()

bool Aspose::Tasks::Visualization::ProgressLines::get_DisplaySelected ( ) const

Gets a value indicating whether to display progress lines at the selected dates.

◆ get_Font()

const System::SharedPtr<FontDescriptor>& Aspose::Tasks::Visualization::ProgressLines::get_Font ( ) const

Gets the font used for progress line label.

◆ get_IsBaselinePlan()

bool Aspose::Tasks::Visualization::ProgressLines::get_IsBaselinePlan ( ) const

Gets a value indicating whether to display progress lines for baseline plan or actual.

◆ get_LineColor()

System::Drawing::Color Aspose::Tasks::Visualization::ProgressLines::get_LineColor ( ) const

Gets the line color for current progress line.

◆ get_LinePattern()

Aspose::Tasks::Visualization::LinePattern Aspose::Tasks::Visualization::ProgressLines::get_LinePattern ( ) const

Gets the line pattern of current progress line. LinePattern.

◆ get_OtherLineColor()

System::Drawing::Color Aspose::Tasks::Visualization::ProgressLines::get_OtherLineColor ( ) const

Gets the color of other progress line.

◆ get_OtherLinePattern()

Aspose::Tasks::Visualization::LinePattern Aspose::Tasks::Visualization::ProgressLines::get_OtherLinePattern ( ) const

Gets the line pattern for other progress line.

◆ get_OtherProgressPointColor()

System::Drawing::Color Aspose::Tasks::Visualization::ProgressLines::get_OtherProgressPointColor ( ) const

Gets the color of other progress point.

◆ get_OtherProgressPointShape()

GanttBarEndShape Aspose::Tasks::Visualization::ProgressLines::get_OtherProgressPointShape ( ) const

Gets the progress point shape of other progress line.

◆ get_ProgressPointColor()

System::Drawing::Color Aspose::Tasks::Visualization::ProgressLines::get_ProgressPointColor ( ) const

Gets the color of progress point.

◆ get_ProgressPointShape()

GanttBarEndShape Aspose::Tasks::Visualization::ProgressLines::get_ProgressPointShape ( ) const

Gets the progress point shape. GanttBarEndShape.

◆ get_RecurringInterval()

const System::SharedPtr<Aspose::Tasks::Visualization::RecurringInterval>& Aspose::Tasks::Visualization::ProgressLines::get_RecurringInterval ( ) const

Gets the recurring interval. RecurringInterval.

◆ get_SelectedDates()

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.

◆ get_ShowDate()

bool Aspose::Tasks::Visualization::ProgressLines::get_ShowDate ( ) const

Gets a value indicating whether to show date for each progress line.

◆ set_BeginAtDate()

void Aspose::Tasks::Visualization::ProgressLines::set_BeginAtDate ( System::DateTime  value)

Sets the date to display progress lines from.

◆ set_BeginAtProjectStart()

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.

◆ set_DateFormat()

void Aspose::Tasks::Visualization::ProgressLines::set_DateFormat ( DateLabel  value)

Sets the date format (DateLabel).

◆ set_DisplayAtCurrentDate()

void Aspose::Tasks::Visualization::ProgressLines::set_DisplayAtCurrentDate ( bool  value)

Sets a value indicating whether to display progress line at current date.

◆ set_DisplayAtRecurringIntervals()

void Aspose::Tasks::Visualization::ProgressLines::set_DisplayAtRecurringIntervals ( bool  value)

Sets a value indicating whether to display progress line at recurring intervals.

◆ set_DisplaySelected()

void Aspose::Tasks::Visualization::ProgressLines::set_DisplaySelected ( bool  value)

Sets a value indicating whether to display progress lines at the selected dates.

◆ set_Font()

void Aspose::Tasks::Visualization::ProgressLines::set_Font ( const System::SharedPtr< FontDescriptor > &  value)

Sets the font used for progress line label.

◆ set_IsBaselinePlan()

void Aspose::Tasks::Visualization::ProgressLines::set_IsBaselinePlan ( bool  value)

Sets a value indicating whether to display progress lines for baseline plan or actual.

◆ set_LineColor()

void Aspose::Tasks::Visualization::ProgressLines::set_LineColor ( System::Drawing::Color  value)

Sets the line color for current progress line.

◆ set_LinePattern()

void Aspose::Tasks::Visualization::ProgressLines::set_LinePattern ( Aspose::Tasks::Visualization::LinePattern  value)

Sets the line pattern of current progress line. LinePattern.

◆ set_OtherLineColor()

void Aspose::Tasks::Visualization::ProgressLines::set_OtherLineColor ( System::Drawing::Color  value)

Sets the color of other progress line.

◆ set_OtherLinePattern()

void Aspose::Tasks::Visualization::ProgressLines::set_OtherLinePattern ( Aspose::Tasks::Visualization::LinePattern  value)

Sets the line pattern for other progress line.

◆ set_OtherProgressPointColor()

void Aspose::Tasks::Visualization::ProgressLines::set_OtherProgressPointColor ( System::Drawing::Color  value)

Sets the color of other progress point.

◆ set_OtherProgressPointShape()

void Aspose::Tasks::Visualization::ProgressLines::set_OtherProgressPointShape ( GanttBarEndShape  value)

Sets the progress point shape of other progress line.

◆ set_ProgressPointColor()

void Aspose::Tasks::Visualization::ProgressLines::set_ProgressPointColor ( System::Drawing::Color  value)

Sets the color of progress point.

◆ set_ProgressPointShape()

void Aspose::Tasks::Visualization::ProgressLines::set_ProgressPointShape ( GanttBarEndShape  value)

Sets the progress point shape. GanttBarEndShape.

◆ set_RecurringInterval()

void Aspose::Tasks::Visualization::ProgressLines::set_RecurringInterval ( const System::SharedPtr< Aspose::Tasks::Visualization::RecurringInterval > &  value)

Sets the recurring interval. RecurringInterval.

◆ set_ShowDate()

void Aspose::Tasks::Visualization::ProgressLines::set_ShowDate ( bool  value)

Sets a value indicating whether to show date for each progress line.