NPlot Documented Class Library

LegendBase.Draw Method 

[This is preliminary documentation and subject to change.]

Draw The legend

public Rectangle Draw(
   Graphics g,
   Point position,
   ArrayList plots,
   float scale
);

Parameters

g
The graphics surface on which to draw
position
The position of the top left of the axis.
plots
Array of plot objects to appear in the legend.
scale
if the legend is set to scale, the amount to scale by.

Return Value

bounding box

See Also

LegendBase Class | NPlot Namespace