domainOverride property

NumericExtents? get domainOverride

Overrides the domain extent if set, null otherwise.

Overrides the extent of the actual data to lie about the range of the data so that panning has a start and end point to go between beyond the received data. This allows lazy loading of data into the gaps in the expanded lied about areas.

Implementation

NumericExtents? get domainOverride;
set domainOverride (NumericExtents? extent)

Implementation

set domainOverride(NumericExtents? extent);