GroupedBarGraph::GetMinValue PHP Method

GetMinValue() protected method

Returns the minimum value
protected GetMinValue ( )
    protected function GetMinValue()
    {
        return $this->multi_graph->GetMinValue();
    }