GroupedBarGraph::GetMinKey PHP Method

GetMinKey() protected method

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