---
title: AxisMarkValues
framework: charts
role: symbol
role_heading: Structure
path: charts/axismarkvalues
---

# AxisMarkValues

Describes the values the axis markers will present (one for each value).

## Declaration

```swift
struct AxisMarkValues
```

## Topics

### Type Properties

- [automatic](charts/axismarkvalues/automatic.md)

### Type Methods

- [automatic(desiredCount:roundLowerBound:roundUpperBound:)](charts/axismarkvalues/automatic(desiredcount:roundlowerbound:roundupperbound:).md)
- [automatic(minimumStride:desiredCount:roundLowerBound:roundUpperBound:)](charts/axismarkvalues/automatic(minimumstride:desiredcount:roundlowerbound:roundupperbound:).md)
- [stride(by:count:roundLowerBound:roundUpperBound:calendar:)](charts/axismarkvalues/stride(by:count:roundlowerbound:roundupperbound:calendar:).md)
- [stride(by:roundLowerBound:roundUpperBound:)](charts/axismarkvalues/stride(by:roundlowerbound:roundupperbound:).md)

## Relationships

### Conforms To

- [CustomStringConvertible](swift/customstringconvertible.md)

## See Also

### Supporting types

- [AxisMarkPreset](charts/axismarkpreset.md)
- [AxisMarkPosition](charts/axismarkposition.md)
