SetYDataLabelPos — Position and control Y data labels
$plot->SetYDataLabelPos($ydlp
)
SetYDataLabelPos
determines if and where Y data labels
are drawn. Currently, Y data labels are only implemented for 'bars' plot
types. The Y data label shows the Y value above each bar.
This is shown in Example 5.19, “Bar Chart with Data Labels”.
$ydlp
A string indicating the desired position for the Y data labels. The value 'plotin' enables Y data labels for bar charts. The value 'none' disables the Y data labels. These are the only currently supported values.