SetPieBorderColor

SetPieBorderColor — Set the color for pie chart segment borders

Synopsis

$plot->SetPieBorderColor($color)

Description

SetPieBorderColor sets the color which is used for borders drawn around pie chart segments (if enabled).

Parameters

$color

Color value to use. See Section 3.5, “Colors” for more on color values.

Notes

If SetPieBorderColor is not used, pie chart segment borders (if enabled) are drawn using the color set with SetGridColor. If neither SetPieBorderColor nor SetGridColor is used, the default color is black.

By default, pie chart segment borders are drawn for unshaded plots, and not for shaded plots. See SetDrawPieBorders for more information.

History

This function was added in PHPlot-6.0.0. In earlier releases, pie chart segment borders always used the color set with SetGridColor, which also sets the color of other elements.

SourceForge.net Logo

This version of the manual was produced for the PHPlot Sourceforge project web service site, which requires the logo on each page.

To download a logo-free copy of the manual, see the PHPlot project downloads area.