function __construct($owner)
 {
     parent::__construct($owner);
     $this->setTipoGrafico(dsb_dashBoardType::grGauge);
     /* Setar os valores iniciais padrão */
     $this->setLimiteInferior(0);
     $this->setLimiteSuperior(100);
     $this->setNomeLimiteInferior('Nenhum');
     $this->setNomeLimiteSuperior('Todos');
     $this->setSimboloValor('%');
 }
 function __construct($owner)
 {
     parent::__construct($owner);
     $this->setTipoGrafico(dsb_dashBoardType::grBarras2D);
 }