Class GanttZoomTimelineSettings
Configures Gantt Chart zoom timeline settings collection.
Inherited Members
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttZoomTimelineSettings : GanttTimelineSettings, IComponent, IHandleEvent, IHandleAfterRender
Constructors
GanttZoomTimelineSettings()
Declaration
public GanttZoomTimelineSettings()
Properties
Level
Gets or sets the level in a timeline.
Declaration
[Parameter]
public int Level { get; set; }
Property Value
| Type | Description |
|---|---|
| int | This property gets or sets the level in a timeline. |
PerDayWidth
Gets or sets the width of each day in a zooming level.
Declaration
[Parameter]
public double PerDayWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| double | This property gets or sets the width of each day in a zooming level. |