You are here

private static property PHPExcel_Chart_Legend::$_positionXLref in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Legend.php \PHPExcel_Chart_Legend::_positionXLref

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Legend.php, line 52

Class

PHPExcel_Chart_Legend
PHPExcel_Chart_Legend

Code

private static $_positionXLref = array(
  self::xlLegendPositionBottom => self::POSITION_BOTTOM,
  self::xlLegendPositionCorner => self::POSITION_TOPRIGHT,
  self::xlLegendPositionCustom => '??',
  self::xlLegendPositionLeft => self::POSITION_LEFT,
  self::xlLegendPositionRight => self::POSITION_RIGHT,
  self::xlLegendPositionTop => self::POSITION_TOP,
);