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

Change the visual style of the bar for the item in the project view. More...

#include <BarStyle.h>

Inherits Object.

Public Member Functions

System::Drawing::Color get_BarColor () const
 Gets Color of the bar style. More...
 
void set_BarColor (System::Drawing::Color value)
 Sets Color of the bar style. More...
 
System::Drawing::Color get_StartShapeColor () const
 Gets Color of the shape at the beginning of the bar. More...
 
void set_StartShapeColor (System::Drawing::Color value)
 Sets Color of the shape at the beginning of the bar. More...
 
GanttBarType get_StartShapeType () const
 Gets a type of the start shape. More...
 
void set_StartShapeType (GanttBarType value)
 Sets a type of the start shape. More...
 
System::Drawing::Color get_EndShapeColor () const
 Gets Color of the shape at the end of the bar. More...
 
void set_EndShapeColor (System::Drawing::Color value)
 Sets Color of the shape at the end of the bar. More...
 
GanttBarType get_EndShapeType () const
 Gets a type of the end shape. GanttBarType. More...
 
void set_EndShapeType (GanttBarType value)
 Sets a type of the end shape. GanttBarType. More...
 
BarItemType get_ItemType () const
 Gets BarItemType of the bar style. More...
 
void set_ItemType (BarItemType value)
 Sets BarItemType of the bar style. More...
 
Aspose::Tasks::Visualization::BarShape get_BarShape () const
 Gets BarShape of the bar style. More...
 
void set_BarShape (Aspose::Tasks::Visualization::BarShape value)
 Sets BarShape of the bar style. More...
 
Shape get_StartShape () const
 Gets Shape at the beginning of the bar. More...
 
void set_StartShape (Shape value)
 Sets Shape at the beginning of the bar. More...
 
Shape get_EndShape () const
 Gets Shape at the end of the bar. More...
 
void set_EndShape (Shape value)
 Sets Shape at the end of the bar. More...
 
const System::SharedPtr
< Aspose::Tasks::Visualization::TextStyle > & 
get_TextStyle () const
 Gets style of the bar's text. More...
 
void set_TextStyle (const System::SharedPtr< Aspose::Tasks::Visualization::TextStyle > &value)
 Sets style of the bar's text. More...
 
TaskBarTextConverter get_LeftBarTextConverter () const
 Gets user-defined converter to get text to render on the left of the task's bar. Overrides the value of LeftField property. More...
 
void set_LeftBarTextConverter (TaskBarTextConverter value)
 Sets user-defined converter to get text to render on the left of the task's bar. Overrides the value of LeftField property. More...
 
TaskBarTextConverter get_TopBarTextConverter () const
 Gets user-defined converter to get text to render on the top of the task's bar. Overrides the value of TopField property. More...
 
void set_TopBarTextConverter (TaskBarTextConverter value)
 Sets user-defined converter to get text to render on the top of the task's bar. Overrides the value of TopField property. More...
 
TaskBarTextConverter get_RightBarTextConverter () const
 Gets user-defined converter to get text to render on the right of the task's bar. Overrides the value of RightField property. More...
 
void set_RightBarTextConverter (TaskBarTextConverter value)
 Sets user-defined converter to get text to render on the right of the task's bar. Overrides the value of RightField property. More...
 
TaskBarTextConverter get_BottomBarTextConverter () const
 Gets user-defined converter to get text to render on the bottom of the task's bar. Overrides the value of BottomField property. More...
 
void set_BottomBarTextConverter (TaskBarTextConverter value)
 Sets user-defined converter to get text to render on the bottom of the task's bar. Overrides the value of BottomField property. More...
 
TaskBarTextConverter get_InsideBarTextConverter () const
 Gets user-defined converter to get text to render inside of the task's bar. Overrides the value of InsideField property. More...
 
void set_InsideBarTextConverter (TaskBarTextConverter value)
 Sets user-defined converter to get text to render inside of the task's bar. Overrides the value of InsideField property. More...
 
Field get_LeftField () const
 Gets a field to be displayed on the left of the bar. More...
 
void set_LeftField (Field value)
 Sets a field to be displayed on the left of the bar. More...
 
Field get_TopField () const
 Gets a field to be displayed on the top of the bar. More...
 
void set_TopField (Field value)
 Sets a field to be displayed on the top of the bar. More...
 
Field get_RightField () const
 Gets a field to be displayed on the right of the bar. More...
 
void set_RightField (Field value)
 Sets a field to be displayed on the right of the bar. More...
 
Field get_BottomField () const
 Gets a field to be displayed on the bottom of the bar. More...
 
void set_BottomField (Field value)
 Sets a field to be displayed on the bottom of the bar. More...
 
Field get_InsideField () const
 Gets a field to be displayed inside of the bar. More...
 
void set_InsideField (Field value)
 Sets a field to be displayed inside of the bar. More...
 
Field get_From () const
 Gets a start point position of the gantt bar. Field. More...
 
void set_From (Field value)
 Sets a start point position of the gantt bar. Field. More...
 
Field get_To () const
 Gets a finish point position of the gantt bar. More...
 
void set_To (Field value)
 Sets a finish point position of the gantt bar. More...
 
 BarStyle ()
 Initializes a new instance of the BarStyle class. More...
 

Detailed Description

Change the visual style of the bar for the item in the project view.

Constructor & Destructor Documentation

Aspose::Tasks::Visualization::BarStyle::BarStyle ( )

Initializes a new instance of the BarStyle class.

Member Function Documentation

System::Drawing::Color Aspose::Tasks::Visualization::BarStyle::get_BarColor ( ) const

Gets Color of the bar style.

Aspose::Tasks::Visualization::BarShape Aspose::Tasks::Visualization::BarStyle::get_BarShape ( ) const

Gets BarShape of the bar style.

TaskBarTextConverter Aspose::Tasks::Visualization::BarStyle::get_BottomBarTextConverter ( ) const

Gets user-defined converter to get text to render on the bottom of the task's bar. Overrides the value of BottomField property.

Field Aspose::Tasks::Visualization::BarStyle::get_BottomField ( ) const

Gets a field to be displayed on the bottom of the bar.

Shape Aspose::Tasks::Visualization::BarStyle::get_EndShape ( ) const

Gets Shape at the end of the bar.

System::Drawing::Color Aspose::Tasks::Visualization::BarStyle::get_EndShapeColor ( ) const

Gets Color of the shape at the end of the bar.

GanttBarType Aspose::Tasks::Visualization::BarStyle::get_EndShapeType ( ) const

Gets a type of the end shape. GanttBarType.

Field Aspose::Tasks::Visualization::BarStyle::get_From ( ) const

Gets a start point position of the gantt bar. Field.

TaskBarTextConverter Aspose::Tasks::Visualization::BarStyle::get_InsideBarTextConverter ( ) const

Gets user-defined converter to get text to render inside of the task's bar. Overrides the value of InsideField property.

Field Aspose::Tasks::Visualization::BarStyle::get_InsideField ( ) const

Gets a field to be displayed inside of the bar.

BarItemType Aspose::Tasks::Visualization::BarStyle::get_ItemType ( ) const

Gets BarItemType of the bar style.

TaskBarTextConverter Aspose::Tasks::Visualization::BarStyle::get_LeftBarTextConverter ( ) const

Gets user-defined converter to get text to render on the left of the task's bar. Overrides the value of LeftField property.

Field Aspose::Tasks::Visualization::BarStyle::get_LeftField ( ) const

Gets a field to be displayed on the left of the bar.

TaskBarTextConverter Aspose::Tasks::Visualization::BarStyle::get_RightBarTextConverter ( ) const

Gets user-defined converter to get text to render on the right of the task's bar. Overrides the value of RightField property.

Field Aspose::Tasks::Visualization::BarStyle::get_RightField ( ) const

Gets a field to be displayed on the right of the bar.

Shape Aspose::Tasks::Visualization::BarStyle::get_StartShape ( ) const

Gets Shape at the beginning of the bar.

System::Drawing::Color Aspose::Tasks::Visualization::BarStyle::get_StartShapeColor ( ) const

Gets Color of the shape at the beginning of the bar.

GanttBarType Aspose::Tasks::Visualization::BarStyle::get_StartShapeType ( ) const

Gets a type of the start shape.

const System::SharedPtr<Aspose::Tasks::Visualization::TextStyle>& Aspose::Tasks::Visualization::BarStyle::get_TextStyle ( ) const

Gets style of the bar's text.

Field Aspose::Tasks::Visualization::BarStyle::get_To ( ) const

Gets a finish point position of the gantt bar.

TaskBarTextConverter Aspose::Tasks::Visualization::BarStyle::get_TopBarTextConverter ( ) const

Gets user-defined converter to get text to render on the top of the task's bar. Overrides the value of TopField property.

Field Aspose::Tasks::Visualization::BarStyle::get_TopField ( ) const

Gets a field to be displayed on the top of the bar.

void Aspose::Tasks::Visualization::BarStyle::set_BarColor ( System::Drawing::Color  value)

Sets Color of the bar style.

void Aspose::Tasks::Visualization::BarStyle::set_BarShape ( Aspose::Tasks::Visualization::BarShape  value)

Sets BarShape of the bar style.

void Aspose::Tasks::Visualization::BarStyle::set_BottomBarTextConverter ( TaskBarTextConverter  value)

Sets user-defined converter to get text to render on the bottom of the task's bar. Overrides the value of BottomField property.

void Aspose::Tasks::Visualization::BarStyle::set_BottomField ( Field  value)

Sets a field to be displayed on the bottom of the bar.

void Aspose::Tasks::Visualization::BarStyle::set_EndShape ( Shape  value)

Sets Shape at the end of the bar.

void Aspose::Tasks::Visualization::BarStyle::set_EndShapeColor ( System::Drawing::Color  value)

Sets Color of the shape at the end of the bar.

void Aspose::Tasks::Visualization::BarStyle::set_EndShapeType ( GanttBarType  value)

Sets a type of the end shape. GanttBarType.

void Aspose::Tasks::Visualization::BarStyle::set_From ( Field  value)

Sets a start point position of the gantt bar. Field.

void Aspose::Tasks::Visualization::BarStyle::set_InsideBarTextConverter ( TaskBarTextConverter  value)

Sets user-defined converter to get text to render inside of the task's bar. Overrides the value of InsideField property.

void Aspose::Tasks::Visualization::BarStyle::set_InsideField ( Field  value)

Sets a field to be displayed inside of the bar.

void Aspose::Tasks::Visualization::BarStyle::set_ItemType ( BarItemType  value)

Sets BarItemType of the bar style.

void Aspose::Tasks::Visualization::BarStyle::set_LeftBarTextConverter ( TaskBarTextConverter  value)

Sets user-defined converter to get text to render on the left of the task's bar. Overrides the value of LeftField property.

void Aspose::Tasks::Visualization::BarStyle::set_LeftField ( Field  value)

Sets a field to be displayed on the left of the bar.

void Aspose::Tasks::Visualization::BarStyle::set_RightBarTextConverter ( TaskBarTextConverter  value)

Sets user-defined converter to get text to render on the right of the task's bar. Overrides the value of RightField property.

void Aspose::Tasks::Visualization::BarStyle::set_RightField ( Field  value)

Sets a field to be displayed on the right of the bar.

void Aspose::Tasks::Visualization::BarStyle::set_StartShape ( Shape  value)

Sets Shape at the beginning of the bar.

void Aspose::Tasks::Visualization::BarStyle::set_StartShapeColor ( System::Drawing::Color  value)

Sets Color of the shape at the beginning of the bar.

void Aspose::Tasks::Visualization::BarStyle::set_StartShapeType ( GanttBarType  value)

Sets a type of the start shape.

void Aspose::Tasks::Visualization::BarStyle::set_TextStyle ( const System::SharedPtr< Aspose::Tasks::Visualization::TextStyle > &  value)

Sets style of the bar's text.

void Aspose::Tasks::Visualization::BarStyle::set_To ( Field  value)

Sets a finish point position of the gantt bar.

void Aspose::Tasks::Visualization::BarStyle::set_TopBarTextConverter ( TaskBarTextConverter  value)

Sets user-defined converter to get text to render on the top of the task's bar. Overrides the value of TopField property.

void Aspose::Tasks::Visualization::BarStyle::set_TopField ( Field  value)

Sets a field to be displayed on the top of the bar.