Source for file LegendAlignment.php
Documentation is available at LegendAlignment.php
* Description: Describes the possible values of Legend.Alignment
* @copyright (c) 1995-2008 by Steema Software SL. All Rights Reserved. <info@steema.com>
* @link http://www.steema.com
* Aligns the legend to the left of the TChart.
* Aligns the legend to the right of the TChart.
public static $RIGHT = 1;
* Aligns the legend to the top of the TChart.
* Aligns the legend to the bottom of the TChart.
public static $BOTTOM = 3;
|