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

Source for file AxisSavedScales.php

Documentation is available at AxisSavedScales.php

  1. <?php
  2.  
  3. /**
  4.   * <p>Title: AxisSavedScales class</p>
  5.   *
  6.   * <p>Description: </p>
  7.   *
  8.   * <p>Copyright (c) 2005-2010 by Steema Software SL. All Rights Reserved.</p>
  9.   *
  10.   * <p>Company: Steema Software SL</p>
  11.   *
  12.   */
  13.  class AxisSavedScales {
  14.    public $auto;
  15.    public $autoMin;
  16.    public $autoMax;
  17.    public $min;
  18.    public $max;
  19. }
  20.  
  21. ?>

Documentation generated on Wed, 16 Jun 2010 12:03:17 +0200 by phpDocumentor 1.4.1