compareDomainValueToViewport abstract method

int compareDomainValueToViewport(
  1. num domainValue
)
inherited

Tests whether the given domainValue is within the axis' range.

Returns < 0 if the domainValue would plot before the viewport, 0 if it would plot within the viewport and > 0 if it would plot beyond the viewport of the axis.

Implementation

int compareDomainValueToViewport(D domainValue);