SetPieBorderColor — Set the color for pie chart segment borders
$plot->SetPieBorderColor($color
)
SetPieBorderColor
sets the color which is used for
borders drawn around pie chart segments (if enabled).
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.
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.
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.