domain property

ChartData? domain
getter/setter pair

The data of the domain.

For example, if charting stock prices over time, this is the data representing the dates.

Implementation

ChartData? domain;