GanttChartColumn

GanttChartColumn class

Project’s view class

The GanttChartColumn type exposes the following members:

Constructors

NameDescription
GanttChartColumn(width, field)Initializes a new instance of the GanttChartColumn class
GanttChartColumn(name, width, field)Initializes a new instance of the GanttChartColumn class

Properties

NameDescription
fieldColumn field.
nameGets the column name.
string_alignmentGets or sets alignment of the text (can be one of the values of the
widthGets the column width.
text_style_modification_callbackGets or sets the callback which can be used to customize the appearance of the column’s cells.

Methods

NameDescription
get_column_text(task)Converts current task to the column text.

See Also