dataExtent property
Returns the extent of the actual data (not the viewport max).
Implementation
@override
NumericExtents get dataExtent =>
NumericExtents(_domainInfo.dataDomainStart, _domainInfo.dataDomainEnd);
Returns the extent of the actual data (not the viewport max).
@override
NumericExtents get dataExtent =>
NumericExtents(_domainInfo.dataDomainStart, _domainInfo.dataDomainEnd);