Graph::addLabel

Usage

void Graph::addLabel(string $label)

Description

Add a label to the legend if using multiple lines / bars..

Parameters

Parameter Required Type Description
$label Yes string The label to add

See Also