# GC.Spread.Sheets.Charts.TickLabelPosition

## Content

# Enumeration: TickLabelPosition

[Sheets](../modules/GC.Spread.Sheets).[Charts](../modules/GC.Spread.Sheets.Charts).TickLabelPosition

Specifies the position of tick-mark labels on the specified axis.

## Table of contents

### Enumeration members

- [high](GC.Spread.Sheets.Charts.TickLabelPosition#high)
- [low](GC.Spread.Sheets.Charts.TickLabelPosition#low)
- [nextToAxis](GC.Spread.Sheets.Charts.TickLabelPosition#nexttoaxis)
- [none](GC.Spread.Sheets.Charts.TickLabelPosition#none)

## Enumeration members

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

• **high** = `0`

Top or right side of the chart.

___

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

• **low** = `1`

Bottom or left side of the chart.

___

### <a id="nexttoaxis" name="nexttoaxis"></a> nextToAxis

• **nextToAxis** = `2`

Next to axis (where axis is not at either side of the chart).

___

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

• **none** = `3`

No tick marks.
