Méthode | Description | |
---|---|---|
Draw ( Graphics g, Point position, |
Draw The legend
|
|
GetBoundingBox ( Point position, |
Get the bounding box of the rectangle. do implementation that doesn't call draw. Change xPos, yPos to PointF |
|
LegendBase ( ) : System |
Constructor.
|
public Draw ( Graphics g, Point position, |
||
g | Graphics | The graphics surface on which to draw |
position | Point | The position of the top left of the axis. |
plots | Array of plot objects to appear in the legend. | |
scale | float | if the legend is set to scale, the amount to scale by. |
Résultat | Xwt.Rectangle |
public GetBoundingBox ( Point position, |
||
position | Point | the position of the top left of the legend. |
plots | Array of plot objects to appear in the legend. | |
scale | float | if the legend is set to scale, the amount to scale by. |
Résultat | Xwt.Rectangle |