---
title: "tickMarkValue(at:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nslevelindicator/tickmarkvalue(at:)"
---

# tickMarkValue(at:)

Returns the receiver’s value represented by the tick mark at the specified index (the minimum-value tick mark has an index of 0).

## Declaration

```swift
func tickMarkValue(at index: Int) -> Double
```

## See Also

### Managing Tick Marks and Style

- [tickMarkPosition](appkit/nslevelindicator/tickmarkposition.md)
- [numberOfTickMarks](appkit/nslevelindicator/numberoftickmarks.md)
- [numberOfMajorTickMarks](appkit/nslevelindicator/numberofmajortickmarks.md)
- [rectOfTickMark(at:)](appkit/nslevelindicator/rectoftickmark(at:).md)
- [levelIndicatorStyle](appkit/nslevelindicator/levelindicatorstyle.md)
- [NSLevelIndicator.Style](appkit/nslevelindicator/style.md)
