---
title: "label(extendPastBy:)"
framework: charts
role: symbol
role_heading: Type Method
path: "charts/axistick/length/label(extendpastby:)"
---

# label(extendPastBy:)

Describes a tick that extends to its associated label, with the given additional length.

## Declaration

```swift
static func label(extendPastBy: CGFloat = 0) -> AxisTick.Length
```

## Parameters

- `extendPastBy`: The additional length to add past the associated label.
