---
title: graphical
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/datepickerstyle/graphical
---

# graphical

A date picker style that displays an interactive calendar or clock.

## Declaration

```swift
@MainActor @preconcurrency static var graphical: GraphicalDatePickerStyle { get }
```

## Discussion

Discussion This style is useful when you want to allow browsing through days in a calendar, or when the look of a clock face is appropriate.

## See Also

### Getting built-in date picker styles

- [automatic](swiftui/datepickerstyle/automatic.md)
- [compact](swiftui/datepickerstyle/compact.md)
- [field](swiftui/datepickerstyle/field.md)
- [stepperField](swiftui/datepickerstyle/stepperfield.md)
- [wheel](swiftui/datepickerstyle/wheel.md)
