Source for file AxisLabelStyle.php
Documentation is available at AxisLabelStyle.php
* Description: Defines the possible values of Axis->getLabels()->getStyle()
* @copyright (c) 1995-2008 by Steema Software SL. All Rights Reserved. <info@steema.com>
* @link http://www.steema.com
* Chooses the Style automatically
* No label. This will trigger the event with empty strings
* Axis labeling is based on axis Minimum and Maximum properties.
public static $VALUE = 2;
* Each Series point will have a Label using SeriesMarks style.
* Each Series point will have a Label using Series.XLabels strings
|