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

# fixed(_:)

A constant dimension.

## Declaration

```swift
static func fixed(_ value: CGFloat) -> MarkDimensions<DataElement>
```

## Parameters

- `value`: The fixed width or height.
