NPlot Documented Class Library

Legend.UpdateAxesPositions Method 

[This is preliminary documentation and subject to change.]

Updates the PlotSurface2D axes to compensate for the legend.

public void UpdateAxesPositions(
   PhysicalAxis pXAxis1,
   PhysicalAxis pYAxis1,
   PhysicalAxis pXAxis2,
   PhysicalAxis pYAxis2,
   ArrayList plots,
   float scale,
   int padding,
   Rectangle bounds,
   out Point position
);

Parameters

pXAxis1
the bottom x axis
pYAxis1
the left y axis
pXAxis2
the top x axis
pYAxis2
the right y axis
plots
list of plots.
scale
scale parameter (for text and other)
padding
padding around plot within bounds.
bounds
graphics surface bounds
position
legend position

See Also

Legend Class | NPlot Namespace