Class GanttTimelineTierSettingsBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
Type | Description |
---|---|
GanttTimelineTierSettingsBuilder |
Format(String)
Defines timeline cell format.
Declaration
public GanttTimelineTierSettingsBuilder Format(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
GanttTimelineTierSettingsBuilder |
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
Type | Description |
---|---|
GanttTimelineTierSettingsBuilder |
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
Type | Description |
---|---|
GanttTimelineTierSettingsBuilder |
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 |
Returns
Type | Description |
---|---|
GanttTimelineTierSettingsBuilder |