ComponentOne GanttView for WinForms
In This Topic
    Remove Top Level from Timescale
    In This Topic

    You can remove the Top Tier from Timescale by setting the Visible property of the ScaleTier class. This section discusses how you can remove the Top Tier from Timescale programatically.

    Below code snippet shows how you can remove the Top Tier from timescale programatically.

    C#
    Copy Code
    //Remove the TopTier from timescale
    c1GanttView1.Timescale.TopTier.Visible = False;