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

Source for file ISeries.php

Documentation is available at ISeries.php

  1. <?php
  2.  
  3. /**
  4.  * ISeries class
  5.  *
  6.  * Description:
  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.  * @subpackage styles
  13.  * @link http://www.steema.com
  14.  */
  15.  
  16. interface ISeries {
  17.         function clear();
  18.         function checkDataSource();
  19.         function getDataSource();
  20.         function setDataSource($value);
  21.         function invalidate();
  22.         function valuesListAdd($value);
  23.         function getShowInLegend();
  24.         function hasDataSource($source);
  25.         function setSubGallery($index);
  26.         function getYMandatory();
  27.         function getStartZ();
  28.         function getMiddleZ();
  29.         function getEndZ();
  30.         function getColorEach();
  31.         function getColor();
  32.         function getCount();
  33.         function getCountLegendItems();
  34.         function getMarks();
  35.         function getChart();
  36.         function getMandatory();
  37.         function getNotMandatory();
  38.         function getValueList($name);
  39.         function getAllowSinglePoint();
  40.         function getMarkValue($index);
  41.         function getMarkText($index);
  42.         function getValueFormat();
  43.         function getActive();
  44.         function setActive($value);
  45.         function getUseAxis();
  46.         function dispose()// misc
  47.         function setChart($value);
  48.         function add($value=null);
  49.         function addXY($x$y);
  50.         function setFunction($value);
  51.         function getLabels();
  52.         function getXValues();
  53.         function getYValues();
  54.         function isNull($index);
  55.         function onDisposing();
  56.         function getHasZValues();
  57.         function getMinZValue();
  58.         function getMaxZValue();
  59.         function dataSourceArray();
  60.         function getZOrder();
  61.         function getFirstVisible();
  62.         function getLastVisible();
  63.         function associatedToAxis($axis);
  64.         function calcFirstLastVisibleIndex();
  65.         function getValueMarkText($index);
  66.         function getLegendString($valueIndex$style);
  67.         function legendToValueIndex($itemIndex);
  68.         function legendItemColor($itemIndex);
  69.         function drawLegend($g=null,$index,$r);
  70.         function getHorizAxis();
  71.         function getVertAxis();
  72.         function getOriginValue($valueIndex);
  73.         function drawMarks();
  74.         function drawValue($valueIndex);
  75.         function getValueColor($valueIndex);
  76. }
  77. ?>

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