Method | Description | |
---|---|---|
AttachTo ( |
Specify the Axes to attach the legend to.
|
|
Legend ( ) : System |
Default constructor.
|
|
UpdateAxesPositions ( |
Updates the PlotSurface2D axes to compensate for the legend.
|
public AttachTo ( |
||
xa | Specify which horizontal axis the legend should be attached to. | |
ya | Specify which vertical axis the legend should be attached to. | |
return | void |
public UpdateAxesPositions ( |
||
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 | float | scale parameter (for text and other) |
padding | int | padding around plot within bounds. |
bounds | Xwt.Rectangle | graphics surface bounds |
position | Point | legend position |
return | void |