Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttZoomTimelineSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GanttZoomTimelineSettings

    Configures Gantt Chart zoom timeline settings collection.

    Inheritance
    System.Object
    GanttTimelineSettings
    GanttZoomTimelineSettings
    Inherited Members
    GanttTimelineSettings.UpdateChildProperties(String, Object)
    GanttTimelineSettings.OnInitializedAsync()
    GanttTimelineSettings.OnParametersSetAsync()
    GanttTimelineSettings.BuildRenderTree(RenderTreeBuilder)
    GanttTimelineSettings.ShowTooltip
    GanttTimelineSettings.TimelineUnitSize
    GanttTimelineSettings.TimelineViewMode
    GanttTimelineSettings.UpdateTimescaleView
    GanttTimelineSettings.WeekStartDay
    GanttTimelineSettings.WeekendBackground
    GanttTimelineSettings.BottomTier
    GanttTimelineSettings.TopTier
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved