domain property
The data of the domain.
For example, if charting stock prices over time, this is the data representing the dates.
Implementation
ChartData? domain;
The data of the domain.
For example, if charting stock prices over time, this is the data representing the dates.
ChartData? domain;