NPlot Documented Class Library

TradingDateTimeAxis.SparseWorldAdd Method 

[This is preliminary documentation and subject to change.]

Adds a delta amount to the given world coordinate in such a way that all "sparse gaps" are skipped. In other words, the returned value is in delta distance from the given in the "virtual" world.

public double SparseWorldAdd(
   double coord,
   double delta
);

Parameters

coord
world coordinate to shift.
delta
shif amount in "virtual" units.

Return Value

See Also

TradingDateTimeAxis Class | NPlot Namespace