Source for file ColorPalettes.php
Documentation is available at ColorPalettes.php
* <p>Title: ColorPalettes class</p>
* <p>Copyright (c) 2005-2007 by Steema Software SL. All Rights Reserved.</p>
* <p>Company: Steema Software SL</p>
* <pre><font face="Courier" size="4">
* ColorPalettes.applyPalette(myChart.getChart(), index);
$tmpPalettes = self::getPalettes();
self::_applyPalette($custom, $tmpPalettes[$index]);
$custom->getGraphics3D()->setColorPalette($palette);
|