NPlot Documented Class Library

Axis.UpdateOffsetAndBounds Method 

[This is preliminary documentation and subject to change.]

Update the bounding box and label offset associated with an axis to encompass the additionally specified mergeBoundingBox and mergeLabelOffset respectively.

protected static void UpdateOffsetAndBounds(
   ref object labelOffset,
   ref object boundingBox,
   Point mergeLabelOffset,
   Rectangle mergeBoundingBox
);

Parameters

labelOffset
Current axis label offset.
boundingBox
Current axis bounding box.
mergeLabelOffset
the label offset to merge. The current label offset will be replaced by this if it's norm is larger.
mergeBoundingBox
the bounding box to merge. The current bounding box will be replaced by this if null, or by the least upper bound of bother bounding boxes otherwise.

See Also

Axis Class | NPlot Namespace