# GC.Spread.Sheets.GanttSheet.TimescaleTierMode

## Content

# Enumeration: TimescaleTierMode

[Sheets](../modules/GC.Spread.Sheets).[GanttSheet](../modules/GC.Spread.Sheets.GanttSheet).TimescaleTierMode

Represents how to show the tiers for timescale.

## Table of contents

### Enumeration members

- [middle](GC.Spread.Sheets.GanttSheet.TimescaleTierMode#middle)
- [middleBottom](GC.Spread.Sheets.GanttSheet.TimescaleTierMode#middlebottom)
- [topMiddleBottom](GC.Spread.Sheets.GanttSheet.TimescaleTierMode#topmiddlebottom)

## Enumeration members

### <a id="middle" name="middle"></a> middle

• **middle** = `1`

Shows the middle tier.

___

### <a id="middlebottom" name="middlebottom"></a> middleBottom

• **middleBottom** = `2`

Shows the middle tier and bottom tier.

___

### <a id="topmiddlebottom" name="topmiddlebottom"></a> topMiddleBottom

• **topMiddleBottom** = `3`

Shows all the tiers at top, middle, and bottom.
