You are here

private property PHPExcel_Chart_Axis::$_axis_options in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Axis.php \PHPExcel_Chart_Axis::_axis_options

Axis Options

Type: array of mixed

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Axis.php, line 32

Class

PHPExcel_Chart_Axis
Created by PhpStorm. User: Wiktor Trzonkowski Date: 6/17/14 Time: 12:11 PM

Code

private $_axis_options = 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,
);