---
title: MajorValueAlignment
framework: charts
role: symbol
role_heading: Structure
path: charts/majorvaluealignment
---

# MajorValueAlignment

A type that defines how the valigned aligned chart scroll target behavior aligns to major values on swipe.

## Declaration

```swift
struct MajorValueAlignment<Value> where Value : Plottable
```

## Topics

### Type Properties

- [page](charts/majorvaluealignment/page.md)

### Type Methods

- [matching(_:)](charts/majorvaluealignment/matching(_:).md)
- [unit(_:)](charts/majorvaluealignment/unit(_:).md)

## See Also

### Supporting types

- [ValueAlignedLimitBehavior](charts/valuealignedlimitbehavior.md)
- [ValueAlignedChartScrollTargetBehavior](charts/valuealignedchartscrolltargetbehavior.md)
