Class GanttZoomTimelineSettings
Configures Gantt Chart zoom timeline settings collection.
Inherited Members
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class GanttZoomTimelineSettings : GanttTimelineSettings
Constructors
GanttZoomTimelineSettings()
Declaration
public GanttZoomTimelineSettings()
Properties
Level
Defines Level in timeline.
Declaration
public int Level { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PerDayWidth
Defines perDayWidth in ZoomingLevels.
Declaration
public double PerDayWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |