SetDrawPieBorders

SetDrawPieBorders — Enable or disable drawing of pie chart segment borders

Synopsis

$plot->SetDrawPieBorders($draw)

Description

SetDrawPieBorders enables or disables drawing of the the segment borders on pie charts. These are the lines that outline each pie segment.

Parameters

$draw

True to draw pie chart segment borders, False to not draw them.

Notes

By default, the pie chart segment borders are drawn for unshaded pie charts, and not drawn for shaded pie charts. (By default, pie charts are shaded. See SetShading.)

Use SetPieBorderColor or SetGridColor to set the border color.

History

This function was added in PHPlot-6.0.0. In prior versions, borders were always drawn for unshaded pie charts, and never drawn for shaded pie charts.

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.