GroupedBarGraph::GetKey PHP 메소드

GetKey() 보호된 메소드

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