Class GanttTimelineTierSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
GanttTimelineTierSettingsBuilder
Namespace: Syncfusion.EJ2.Gantt
Assembly: Syncfusion.EJ2.dll
Syntax
public class GanttTimelineTierSettingsBuilder : ControlBuilder
Constructors
GanttTimelineTierSettingsBuilder()
Declaration
public GanttTimelineTierSettingsBuilder()
GanttTimelineTierSettingsBuilder(GanttTimelineTierSettings)
Declaration
public GanttTimelineTierSettingsBuilder(GanttTimelineTierSettings model)
Parameters
Type | Name | Description |
---|---|---|
GanttTimelineTierSettings | model |
Methods
Count(Double)
Defines number of timeline units combined for single cell.
Declaration
public GanttTimelineTierSettingsBuilder Count(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Format(String)
Defines timeline cell format.
Declaration
public GanttTimelineTierSettingsBuilder Format(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Formatter(Object)
Defines method to get custom formatted values of timeline cells.
Declaration
public GanttTimelineTierSettingsBuilder Formatter(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value |
Returns
Formatter(String)
Defines method to get custom formatted values of timeline cells.
Declaration
public GanttTimelineTierSettingsBuilder Formatter(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Unit(TimelineViewMode)
Defines timeline mode of Gantt header.
None
- Default.
Week
- Define the week mode header.
Day
- Define the day mode header.
Hour
- Define the hour mode header.
Month
- Define the month mode header.
Year
- Define the year mode header.
Minutes
- Define the minutes mode header.
Declaration
public GanttTimelineTierSettingsBuilder Unit(TimelineViewMode value)
Parameters
Type | Name | Description |
---|---|---|
TimelineViewMode | value |