GanttBarStyle
Contents
[
Hide
]GanttBarStyle class
Represents a bar style used by MSP in Gantt Chart view.
Constructors
| Name | Description |
|---|---|
| GanttBarStyle | Initializes a new instance of the GanttBarStyle class. |
Methods
| Name | Description |
|---|---|
| get_BottomBarTextConverter | Gets user-defined converter to get text to render on the bottom of the task’s bar. Overrides the value of BottomField property. |
| get_BottomField | Gets data to be displayed on the bottom of the bar. Field . |
| get_EndShape | Gets an end shape of the bar. |
| get_EndShapeColor | Gets a color of the end shape. |
| get_EndShapeType | Gets a type of the end shape. GanttBarType . |
| get_From | Gets a start point position of the gantt bar. Field . |
| get_InsideBarTextConverter | Gets user-defined converter to get text to render inside of the task’s bar. Overrides the value of InsideField property. |
| get_InsideField | Gets data to be displayed inside of the bar. Field . |
| get_LeftBarTextConverter | Gets user-defined converter to get text to render on the left of the task’s bar. Overrides the value of LeftField property. |
| get_LeftField | Gets data to be displayed on the left of the bar. Field . |
| get_MiddleFillPattern | Gets a fill pattern of the gantt bar. |
| get_MiddleShape | Gets a middle shape of the bar. |
| get_MiddleShapeColor | Gets a color of the middle shape. |
| get_Name | Gets a name of the style. |
| get_ParentStyle | Gets parent (or common) style for custom task-specific style. |
| get_RightBarTextConverter | Gets user-defined converter to get text to render on the right of the task’s bar. Overrides the value of RightField property. |
| get_RightField | Gets data to be displayed on the right of the bar. Field . |
| get_Row | Gets a row number. |
| get_ShowForCategories | Gets task categories for which the style is applied. Is applicable for parent (or common) styles of bars in Gantt chart (see GanttChartView::BarStyles ). |
| get_ShowForTaskUid | Gets 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_StartShape | Gets a start shape of the bar. |
| get_StartShapeColor | Gets a color of the start shape. |
| get_StartShapeType | Gets a type of the start shape. |
| get_To | Gets a finish point position of the gantt bar. |
| get_TopBarTextConverter | Gets user-defined converter to get text to render on the top of the task’s bar. Overrides the value of TopField property. |
| get_TopField | Gets data to be displayed on the top of the bar. |
| set_BottomBarTextConverter | Sets user-defined converter to get text to render on the bottom of the task’s bar. Overrides the value of BottomField property. |
| set_BottomField | Sets data to be displayed on the bottom of the bar. Field . |
| set_EndShape | Sets an end shape of the bar. |
| set_EndShapeColor | Sets a color of the end shape. |
| set_EndShapeType | Sets a type of the end shape. GanttBarType . |
| set_From | Sets a start point position of the gantt bar. Field . |
| set_InsideBarTextConverter | Sets user-defined converter to get text to render inside of the task’s bar. Overrides the value of InsideField property. |
| set_InsideField | Sets data to be displayed inside of the bar. Field . |
| set_LeftBarTextConverter | Sets user-defined converter to get text to render on the left of the task’s bar. Overrides the value of LeftField property. |
| set_LeftField | Sets data to be displayed on the left of the bar. Field . |
| set_MiddleFillPattern | Sets a fill pattern of the gantt bar. |
| set_MiddleShape | Sets a middle shape of the bar. |
| set_MiddleShapeColor | Sets a color of the middle shape. |
| set_Name | Sets a name of the style. |
| set_ParentStyle | Sets parent (or common) style for custom task-specific style. |
| set_RightBarTextConverter | Sets user-defined converter to get text to render on the right of the task’s bar. Overrides the value of RightField property. |
| set_RightField | Sets data to be displayed on the right of the bar. Field . |
| set_Row | Sets a row number. |
| set_ShowForCategories | Sets task categories for which the style is applied. Is applicable for parent (or common) styles of bars in Gantt chart (see GanttChartView::BarStyles ). |
| set_ShowForTaskUid | Sets 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_StartShape | Sets a start shape of the bar. |
| set_StartShapeColor | Sets a color of the start shape. |
| set_StartShapeType | Sets a type of the start shape. |
| set_To | Sets a finish point position of the gantt bar. |
| set_TopBarTextConverter | Sets user-defined converter to get text to render on the top of the task’s bar. Overrides the value of TopField property. |
| set_TopField | Sets data to be displayed on the top of the bar. |