GroupedBarGraph::GetMaxKey PHP Method

GetMaxKey() protected method

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