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

Source for file SeriesEventStyle.php

Documentation is available at SeriesEventStyle.php

  1. <?php
  2.  
  3.  
  4. /**
  5.   *
  6.   * <p>Title: SeriesEventStyle class</p>
  7.   *
  8.   * <p>Description: For internal use by Series instances to notify changes.</p>
  9.   *
  10.   * <p>Copyright (c) 2005-2007 by Steema Software SL. All Rights Reserved.</p>
  11.   *
  12.   * <p>Company: Steema Software SL</p>
  13.   *
  14.   */
  15.  class SeriesEventStyle /*extends Enum*/ {
  16.  
  17.     public $ADD = 0;
  18.     public $REMOVE = 1;
  19.     public $REMOVEALL = 2;
  20.     public $CHANGETITLE = 3;
  21.     public $CHANGECOLOR = 4;
  22.     public $SWAP = 5;
  23.     public $CHANGEACTIVE = 6;
  24.     public $DATACHANGED = 7;
  25.  
  26.     public function SeriesEventStyle({
  27.  
  28.        // parent::Enum;
  29.     }
  30. }
  31.  
  32. ?>

Documentation generated on Wed, 16 Jun 2010 12:07:56 +0200 by phpDocumentor 1.4.1