---
title: "fixed(_:)"
framework: charts
role: symbol
role_heading: Type Method
path: "charts/markdimension/fixed(_:)"
---

# fixed(_:)

A constant dimension.

## Declaration

```swift
static func fixed(_ value: CGFloat) -> MarkDimension
```

## Parameters

- `value`: The fixed width or height.
