Class ZoomTimelineSettings
Class that defines the zoom timeline settings details.
Inheritance
System.Object
ZoomTimelineSettings
Implements
System.IEquatable<ZoomTimelineSettings>
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class ZoomTimelineSettings : Object, IEquatable<ZoomTimelineSettings>
Constructors
ZoomTimelineSettings()
Declaration
public ZoomTimelineSettings()
Properties
BottomTier
Defines bottom tier values.
Declaration
public TimelineTierSettingsModel BottomTier { get; set; }
Property Value
Type | Description |
---|---|
TimelineTierSettingsModel |
Level
Defines zooming level.
Declaration
public double Level { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PerDayWidth
Defines perDay width.
Declaration
public double PerDayWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ShowTooltip
Defines showTooltip whether the tooltip will rendered or not.
Declaration
public bool ShowTooltip { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TimelineUnitSize
Defines timeline unit size.
Declaration
public double TimelineUnitSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TimelineViewMode
Defines the timeline view mode.
Declaration
public TimelineViewMode TimelineViewMode { get; set; }
Property Value
Type | Description |
---|---|
TimelineViewMode |
TopTier
Defines top tier values.
Declaration
public TimelineTierSettingsModel TopTier { get; set; }
Property Value
Type | Description |
---|---|
TimelineTierSettingsModel |
UpdateTimescaleView
Defines the updateTimescaleView.
Declaration
public bool UpdateTimescaleView { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
WeekendBackground
Defines weekend background color.
Declaration
public string WeekendBackground { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WeekStartDay
Defines the Timeline weekStartDay.
Declaration
public double WeekStartDay { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Equals(ZoomTimelineSettings)
Returns boolean value by comparing zoomTimelineSettings
Declaration
public bool Equals(ZoomTimelineSettings zoomTimelineSettings)
Parameters
Type | Name | Description |
---|---|---|
ZoomTimelineSettings | zoomTimelineSettings |
Returns
Type | Description |
---|---|
System.Boolean |
Equals(Object)
Returns boolean value by comparing object
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
GetHashCode()
Returns hashcode for current object
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Implements
System.IEquatable<>