addDomain method
Add domainValue to this Scale's domain.
Domains should be added in order to allow proper stepSize detection.
domainValue is the data value to add to the scale used to update the
domain extent.
Implementation
@override
void addDomain(num domainValue) {
_domainInfo.addDomainValue(domainValue);
}