TeeChartPHP
[ class tree: TeeChartPHP ] [ index: TeeChartPHP ] [ all elements ]

Source for file IChart.php

Documentation is available at IChart.php

  1. <?php
  2.  
  3.  /**
  4.  * IChart class
  5.  *
  6.  * Description: Common Chart characteristics interface
  7.  *
  8.  * @author
  9.  * @copyright (c) 1995-2010 by Steema Software SL. All Rights Reserved. <info@steema.com>
  10.  * @version 1.0
  11.  * @package TeeChartPHP
  12.  * @link http://www.steema.com
  13.  */
  14.  
  15. interface IChart {
  16.  
  17.     function checkBackground($sender$e);    
  18.     function checkGraphics();
  19.     function doAfterDraw();
  20.     function doAfterDrawSeries();
  21.     function doAllowScroll($axis$delta$result);
  22.     function doBeforeDraw();
  23.     function doBeforeDrawAxes();
  24.     function doBeforeDrawSeries();
  25.     function doDrawImage($g);  
  26.     function doInvalidate();
  27.     function setChart($c);  
  28.     function getControl();
  29.     function pointToScreen($p);
  30.     function refreshControl();
  31.     function setToolTip($tool$text)
  32. }
  33. ?>

Documentation generated on Wed, 16 Jun 2010 12:06:23 +0200 by phpDocumentor 1.4.1