---
title: PrimitivePlottableProtocol
framework: charts
role: symbol
role_heading: Protocol
path: charts/primitiveplottableprotocol
---

# PrimitivePlottableProtocol

A type that represents the primitive plottable types supported by the framework. Don’t use this type directly.

## Declaration

```swift
protocol PrimitivePlottableProtocol : Plottable where Self == Self.PrimitivePlottable
```

## Overview

Overview A primitive plottable type is a numeric type like a Float or UInt32 for quantitative values, Date for temporal values, or String for categorical values. Primitive plottable types conform to the Plottable protocol.

## Relationships

### Inherits From

- [Plottable](charts/plottable.md)
