---
title: AxisValue
framework: charts
role: symbol
role_heading: Structure
path: charts/axisvalue
---

# AxisValue

A value for an axis mark.

## Declaration

```swift
struct AxisValue
```

## Topics

### Instance Properties

- [count](charts/axisvalue/count.md)
- [index](charts/axisvalue/index.md)

### Instance Methods

- [as(_:)](charts/axisvalue/as(_:).md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Axis marks

- [AxisMark](charts/axismark.md)
- [AxisTick](charts/axistick.md)
- [AxisGridLine](charts/axisgridline.md)
- [AxisValueLabel](charts/axisvaluelabel.md)
- [AnyAxisMark](charts/anyaxismark.md)
- [AxisMarkBuilder](charts/axismarkbuilder.md)
