SetImageBorderColor — Set image border color, if enabled
$plot->SetImageBorderColor($color
)
The image border is only drawn if SetImageBorderType is called with a type other than 'none'. By default there is no border. If the border is enabled but no color is set, the default color is gray (194,194,194).
Either the specified color, a darker shade of that color, or both are used to draw the image border. See SetImageBorderType for details.
The border width can be set with SetImageBorderWidth.