alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class GanttZoomTimelineSettings

    Configures Gantt Chart zoom timeline settings collection.

    Inheritance
    object
    ComponentBase
    GanttTimelineSettings
    GanttZoomTimelineSettings
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    Inherited Members
    ComponentBase.Assets
    ComponentBase.AssignedRenderMode
    ComponentBase.DispatchExceptionAsync(Exception)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.OnInitialized()
    ComponentBase.OnParametersSet()
    ComponentBase.RendererInfo
    ComponentBase.SetParametersAsync(ParameterView)
    ComponentBase.ShouldRender()
    ComponentBase.StateHasChanged()
    GanttTimelineSettings.BottomTier
    GanttTimelineSettings.BuildRenderTree(RenderTreeBuilder)
    GanttTimelineSettings.OnInitializedAsync()
    GanttTimelineSettings.OnParametersSetAsync()
    GanttTimelineSettings.ShowTooltip
    GanttTimelineSettings.TimelineUnitSize
    GanttTimelineSettings.TimelineViewMode
    GanttTimelineSettings.TopTier
    GanttTimelineSettings.UpdateTimescaleView
    GanttTimelineSettings.WeekendBackground
    GanttTimelineSettings.WeekStartDay
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved