NPlot Documented Class Library |
|
Axis.getDefaultLabelOffset Method
[This is preliminary documentation and subject to change.]
returns a suitable offset for the axis label in the case that there are no ticks or tick text in the way.
protected
Point getDefaultLabelOffset(
Point physicalMin,
Point physicalMax);
Parameters
-
physicalMin
- physical point corresponding to the axis world maximum.
-
physicalMax
- physical point corresponding to the axis world minimum.
Return Value
axis label offset
See Also
Axis Class | NPlot Namespace