NPlot Documented Class Library

Axis.DrawLabel Method 

[This is preliminary documentation and subject to change.]

Draw the Axis Label

public object DrawLabel(
   Graphics g,
   Point offset,
   Point axisPhysicalMin,
   Point axisPhysicalMax
);

Parameters

g
The GDI+ drawing surface on which to draw.
offset
offset from axis. Should be calculated so as to make sure axis label misses tick labels.
axisPhysicalMin
The physical position corresponding to the world minimum of the axis.
axisPhysicalMax
The physical position corresponding to the world maximum of the axis.

Return Value

boxed Rectangle indicating bounding box of label. null if no label printed.

See Also

Axis Class | NPlot Namespace