addDomain abstract method

void addDomain(
  1. num domainValue
)
inherited

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

void addDomain(D domainValue);