SetLegendPixels

SetLegendPixels — Position the legend on the image (device coordinates)

Synopsis

$plot->SetLegendPixels($x, $y)
    

Description

SetLegendPixels lets you position the legend on the image, using device coordinates, rather than letting PHPlot position it for you.

Parameters

$x, $y

Absolute device coordinates of the upper left corner of the legend box. The units are pixels and the origin is in the upper left corner of the image.

Notes

See also SetLegendWorld.