Contents

VectorizedChartContent

A generic type that represents content conveyed via a chart.

Declaration

protocol VectorizedChartContent<DataElement> : ChartContent

Overview

Its primary associated type represents the data element, sometimes called data point, observation or aggregate.

Usually, DataElement has properties to determine visual attributes directly, or indirectly by encoding Plottable values through a chart scale.

Topics

Styling marks

Setting symbol appearance

Encoding data into mark characteristics

Configuring accessibility

Supporting types

Associated Types

See Also

Vectorized plots