GroupedBarGraph::GetMaxValue PHP Method

GetMaxValue() protected method

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