当前路径:Classes/PHPExcel/Chart/Axis.php <?php /** * Created by PhpStorm. * User: Wiktor Trzonkowski * Date: 6/17/14 * Time: 12:11 PM */ class PHPExcel_Chart_Axis extends PHPExcel_Chart_Properties { /** * Axis Number * * @var array of mixed */ private $axisNumber = array( 'format' => self::FORMAT_CODE_GENERAL, 'source_linked' => 1 ); /** * Axis Options * * @var array of mixed */ private $axisOptions = array( 'minimum' => null, 'maximum' => null, 'major_unit' => null, 'minor_unit' => null, 'orientation' => self::ORIENTATION_NORMAL, 'minor_tick_mark' => self::TICK_MARK_NONE, 'major_tick_mark' => self::TICK_MARK_NONE, 'axis_labels' => self::AXIS_LABELS_NEXT_TO, 'horizontal_crosses' => self::HORIZONTAL_CROSSES_AUTOZERO, 'horizontal_crosses_value' => null ); /** * Fill Properties * * @var array of mixed */ private $fillProperties = array( 'type' => self::EXCEL_COLOR_TYPE_ARGB, 'value' => null, 'alpha' => 0 ); /** * Line Properties * * @var array of mixed */ private $lineProperties = array( 'type' => self::EXCEL_COLOR_TYPE_ARGB, 'value' => null, 'alpha' => 0 ); /** * Line Style Properties * * @var array of mixed */ private $lineStyleProperties = array( 'width' => '9525', 'compound' => self::LINE_STYLE_COMPOUND_SIMPLE, 'dash' => self::LINE_STYLE_DASH_SOLID, 'cap' => self::LINE_STYLE_CAP_FLAT, 'join' => self::LINE_STYLE_JOIN_BEVEL, 'arrow' => array( 'head' => array( 'type' => self::LINE_STYLE_ARROW_TYPE_NOARROW, 'size' => self::LINE_STYLE_ARROW_SIZE_5 ), 'end' => array( 'type' => self::LINE_STYLE_ARROW_TYPE_NOARROW, 'size' => self::LINE_STYLE_ARROW_SIZE_8 ), ) ); /** * Shadow Properties * * @var array of mixed */ private $shadowProperties = array( 'presets' => self::SHADOW_PRESETS_NOSHADOW, 'effect' => null, 'color' => array( 'type' => self::EXCEL_COLOR_TYPE_STANDARD, 'value' => 'black', 'alpha' => 40, ), 'size' => array( 'sx' => null, 'sy' => null, 'kx' => null ), 'blur' => null, 'direction' => null, 'distance' => null, 'algn' => null, 'rotWithShape' => null ); /** * Glow Properties * * @var array of mixed */ private $glowProperties = array( 'size' => null, 'color' => array( 'type' => self::EXCEL_COLOR_TYPE_STANDARD, 'value' => 'black', 'alpha' => 40 ) ); /** * Soft Edge Properties * * @var array of mixed */ private $softEdges = array( 'size' => null ); /** * Get Series Data Type * * @return stri...
完整源码文件,请先购买后再查看
相关源码
- 二次元商品购物商城2023-06-06
- 基于PYTHON的书籍线上回收网站2023-06-05
- 社区居民信息管理系统2023-06-01
- 英文版响应式安防企业网站源码2023-05-28
- 汽车维修自适应网站源码2023-05-20
- 图书馆管理系统2023-05-16
关于我们 | 顾问团队 | 发展历程 | 联系我们 | 源码上传
联系电话(Tel):4008-010-151(免长途)
地址:北京市海淀区大恒科技大厦五层 邮编:100080
Floor 5th,Daheng Building,Zhongguancun,Beijing,China,100080
51Aspx.com 版权所有 CopyRight © 2006-2023. 京ICP备09089570号 | 京公网安备11010702000869号
联系电话(Tel):4008-010-151(免长途)
地址:北京市海淀区大恒科技大厦五层 邮编:100080
Floor 5th,Daheng Building,Zhongguancun,Beijing,China,100080
51Aspx.com 版权所有 CopyRight © 2006-2023. 京ICP备09089570号 | 京公网安备11010702000869号