GanttBarStyle

GanttBarStyle class

Represents a bar style used by MSP in Gantt Chart view.

Constructors

NameDescription
GanttBarStyleInitializes a new instance of the GanttBarStyle class.

Methods

NameDescription
get_BottomBarTextConverterGets user-defined converter to get text to render on the bottom of the task’s bar. Overrides the value of BottomField property.
get_BottomFieldGets data to be displayed on the bottom of the bar. Field .
get_EndShapeGets an end shape of the bar.
get_EndShapeColorGets a color of the end shape.
get_EndShapeTypeGets a type of the end shape. GanttBarType .
get_FromGets a start point position of the gantt bar. Field .
get_InsideBarTextConverterGets user-defined converter to get text to render inside of the task’s bar. Overrides the value of InsideField property.
get_InsideFieldGets data to be displayed inside of the bar. Field .
get_LeftBarTextConverterGets user-defined converter to get text to render on the left of the task’s bar. Overrides the value of LeftField property.
get_LeftFieldGets data to be displayed on the left of the bar. Field .
get_MiddleFillPatternGets a fill pattern of the gantt bar.
get_MiddleShapeGets a middle shape of the bar.
get_MiddleShapeColorGets a color of the middle shape.
get_NameGets a name of the style.
get_ParentStyleGets parent (or common) style for custom task-specific style.
get_RightBarTextConverterGets user-defined converter to get text to render on the right of the task’s bar. Overrides the value of RightField property.
get_RightFieldGets data to be displayed on the right of the bar. Field .
get_RowGets a row number.
get_ShowForCategoriesGets task categories for which the style is applied. Is applicable for parent (or common) styles of bars in Gantt chart (see GanttChartView::BarStyles ).
get_ShowForTaskUidGets Unique Id of a task for which the style is applied. Is applicable for task-specific styles of bars in Gantt chart (see GanttChartView::CustomBarStyles ).
get_StartShapeGets a start shape of the bar.
get_StartShapeColorGets a color of the start shape.
get_StartShapeTypeGets a type of the start shape.
get_ToGets a finish point position of the gantt bar.
get_TopBarTextConverterGets user-defined converter to get text to render on the top of the task’s bar. Overrides the value of TopField property.
get_TopFieldGets data to be displayed on the top of the bar.
set_BottomBarTextConverterSets user-defined converter to get text to render on the bottom of the task’s bar. Overrides the value of BottomField property.
set_BottomFieldSets data to be displayed on the bottom of the bar. Field .
set_EndShapeSets an end shape of the bar.
set_EndShapeColorSets a color of the end shape.
set_EndShapeTypeSets a type of the end shape. GanttBarType .
set_FromSets a start point position of the gantt bar. Field .
set_InsideBarTextConverterSets user-defined converter to get text to render inside of the task’s bar. Overrides the value of InsideField property.
set_InsideFieldSets data to be displayed inside of the bar. Field .
set_LeftBarTextConverterSets user-defined converter to get text to render on the left of the task’s bar. Overrides the value of LeftField property.
set_LeftFieldSets data to be displayed on the left of the bar. Field .
set_MiddleFillPatternSets a fill pattern of the gantt bar.
set_MiddleShapeSets a middle shape of the bar.
set_MiddleShapeColorSets a color of the middle shape.
set_NameSets a name of the style.
set_ParentStyleSets parent (or common) style for custom task-specific style.
set_RightBarTextConverterSets user-defined converter to get text to render on the right of the task’s bar. Overrides the value of RightField property.
set_RightFieldSets data to be displayed on the right of the bar. Field .
set_RowSets a row number.
set_ShowForCategoriesSets task categories for which the style is applied. Is applicable for parent (or common) styles of bars in Gantt chart (see GanttChartView::BarStyles ).
set_ShowForTaskUidSets Unique Id of a task for which the style is applied. Is applicable for task-specific styles of bars in Gantt chart (see GanttChartView::CustomBarStyles ).
set_StartShapeSets a start shape of the bar.
set_StartShapeColorSets a color of the start shape.
set_StartShapeTypeSets a type of the start shape.
set_ToSets a finish point position of the gantt bar.
set_TopBarTextConverterSets user-defined converter to get text to render on the top of the task’s bar. Overrides the value of TopField property.
set_TopFieldSets data to be displayed on the top of the bar.