You are here

constant PHPExcel_Properties::TICK_MARK_NONE in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Properties.php \PHPExcel_Properties::TICK_MARK_NONE

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Chart/Properties.php, line 22

Class

PHPExcel_Properties
Created by PhpStorm. User: nhw2h8s Date: 7/2/14 Time: 5:45 PM

Code

const TICK_MARK_NONE = 'none', TICK_MARK_INSIDE = 'in', TICK_MARK_OUTSIDE = 'out', TICK_MARK_CROSS = 'cross';