GroupedBarGraph::GetKey PHP Method

GetKey() protected method

Returns the key from the MultiGraph
protected GetKey ( $index )
    protected function GetKey($index)
    {
        return $this->multi_graph->GetKey($index);
    }