ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
PhpOffice\PhpSpreadsheet\Chart\Properties Class Reference

Created by PhpStorm. More...

+ Inheritance diagram for PhpOffice\PhpSpreadsheet\Chart\Properties:
+ Collaboration diagram for PhpOffice\PhpSpreadsheet\Chart\Properties:

Data Fields

const EXCEL_COLOR_TYPE_STANDARD = 'prstClr'
 
const EXCEL_COLOR_TYPE_SCHEME = 'schemeClr'
 
const EXCEL_COLOR_TYPE_ARGB = 'srgbClr'
 
const AXIS_LABELS_LOW = 'low'
 
const AXIS_LABELS_HIGH = 'high'
 
const AXIS_LABELS_NEXT_TO = 'nextTo'
 
const AXIS_LABELS_NONE = 'none'
 
const TICK_MARK_NONE = 'none'
 
const TICK_MARK_INSIDE = 'in'
 
const TICK_MARK_OUTSIDE = 'out'
 
const TICK_MARK_CROSS = 'cross'
 
const HORIZONTAL_CROSSES_AUTOZERO = 'autoZero'
 
const HORIZONTAL_CROSSES_MAXIMUM = 'max'
 
const FORMAT_CODE_GENERAL = 'General'
 
const FORMAT_CODE_NUMBER = '#,##0.00'
 
const FORMAT_CODE_CURRENCY = '$#,##0.00'
 
const FORMAT_CODE_ACCOUNTING = '_($* #,##0.00_);_($* (#,##0.00);_($* "-"??_);_(@_)'
 
const FORMAT_CODE_DATE = 'm/d/yyyy'
 
const FORMAT_CODE_TIME = '[$-F400]h:mm:ss AM/PM'
 
const FORMAT_CODE_PERCENTAGE = '0.00%'
 
const FORMAT_CODE_FRACTION = '# ?/?'
 
const FORMAT_CODE_SCIENTIFIC = '0.00E+00'
 
const FORMAT_CODE_TEXT = '@'
 
const FORMAT_CODE_SPECIAL = '00000'
 
const ORIENTATION_NORMAL = 'minMax'
 
const ORIENTATION_REVERSED = 'maxMin'
 
const LINE_STYLE_COMPOUND_SIMPLE = 'sng'
 
const LINE_STYLE_COMPOUND_DOUBLE = 'dbl'
 
const LINE_STYLE_COMPOUND_THICKTHIN = 'thickThin'
 
const LINE_STYLE_COMPOUND_THINTHICK = 'thinThick'
 
const LINE_STYLE_COMPOUND_TRIPLE = 'tri'
 
const LINE_STYLE_DASH_SOLID = 'solid'
 
const LINE_STYLE_DASH_ROUND_DOT = 'sysDot'
 
const LINE_STYLE_DASH_SQUERE_DOT = 'sysDash'
 
const LINE_STYPE_DASH_DASH = 'dash'
 
const LINE_STYLE_DASH_DASH_DOT = 'dashDot'
 
const LINE_STYLE_DASH_LONG_DASH = 'lgDash'
 
const LINE_STYLE_DASH_LONG_DASH_DOT = 'lgDashDot'
 
const LINE_STYLE_DASH_LONG_DASH_DOT_DOT = 'lgDashDotDot'
 
const LINE_STYLE_CAP_SQUARE = 'sq'
 
const LINE_STYLE_CAP_ROUND = 'rnd'
 
const LINE_STYLE_CAP_FLAT = 'flat'
 
const LINE_STYLE_JOIN_ROUND = 'bevel'
 
const LINE_STYLE_JOIN_MITER = 'miter'
 
const LINE_STYLE_JOIN_BEVEL = 'bevel'
 
const LINE_STYLE_ARROW_TYPE_NOARROW = null
 
const LINE_STYLE_ARROW_TYPE_ARROW = 'triangle'
 
const LINE_STYLE_ARROW_TYPE_OPEN = 'arrow'
 
const LINE_STYLE_ARROW_TYPE_STEALTH = 'stealth'
 
const LINE_STYLE_ARROW_TYPE_DIAMOND = 'diamond'
 
const LINE_STYLE_ARROW_TYPE_OVAL = 'oval'
 
const LINE_STYLE_ARROW_SIZE_1 = 1
 
const LINE_STYLE_ARROW_SIZE_2 = 2
 
const LINE_STYLE_ARROW_SIZE_3 = 3
 
const LINE_STYLE_ARROW_SIZE_4 = 4
 
const LINE_STYLE_ARROW_SIZE_5 = 5
 
const LINE_STYLE_ARROW_SIZE_6 = 6
 
const LINE_STYLE_ARROW_SIZE_7 = 7
 
const LINE_STYLE_ARROW_SIZE_8 = 8
 
const LINE_STYLE_ARROW_SIZE_9 = 9
 
const SHADOW_PRESETS_NOSHADOW = null
 
const SHADOW_PRESETS_OUTER_BOTTTOM_RIGHT = 1
 
const SHADOW_PRESETS_OUTER_BOTTOM = 2
 
const SHADOW_PRESETS_OUTER_BOTTOM_LEFT = 3
 
const SHADOW_PRESETS_OUTER_RIGHT = 4
 
const SHADOW_PRESETS_OUTER_CENTER = 5
 
const SHADOW_PRESETS_OUTER_LEFT = 6
 
const SHADOW_PRESETS_OUTER_TOP_RIGHT = 7
 
const SHADOW_PRESETS_OUTER_TOP = 8
 
const SHADOW_PRESETS_OUTER_TOP_LEFT = 9
 
const SHADOW_PRESETS_INNER_BOTTTOM_RIGHT = 10
 
const SHADOW_PRESETS_INNER_BOTTOM = 11
 
const SHADOW_PRESETS_INNER_BOTTOM_LEFT = 12
 
const SHADOW_PRESETS_INNER_RIGHT = 13
 
const SHADOW_PRESETS_INNER_CENTER = 14
 
const SHADOW_PRESETS_INNER_LEFT = 15
 
const SHADOW_PRESETS_INNER_TOP_RIGHT = 16
 
const SHADOW_PRESETS_INNER_TOP = 17
 
const SHADOW_PRESETS_INNER_TOP_LEFT = 18
 
const SHADOW_PRESETS_PERSPECTIVE_BELOW = 19
 
const SHADOW_PRESETS_PERSPECTIVE_UPPER_RIGHT = 20
 
const SHADOW_PRESETS_PERSPECTIVE_UPPER_LEFT = 21
 
const SHADOW_PRESETS_PERSPECTIVE_LOWER_RIGHT = 22
 
const SHADOW_PRESETS_PERSPECTIVE_LOWER_LEFT = 23
 

Protected Member Functions

 getExcelPointsWidth ($width)
 
 getExcelPointsAngle ($angle)
 
 getTrueAlpha ($alpha)
 
 setColorProperties ($color, $alpha, $type)
 
 getLineStyleArrowSize ($array_selector, $array_kay_selector)
 
 getShadowPresetsMap ($shadow_presets_option)
 
 getArrayElementsValue ($properties, $elements)
 

Detailed Description

Created by PhpStorm.

User: nhw2h8s Date: 7/2/14 Time: 5:45 PM.

Definition at line 11 of file Properties.php.

Member Function Documentation

◆ getArrayElementsValue()

PhpOffice\PhpSpreadsheet\Chart\Properties::getArrayElementsValue (   $properties,
  $elements 
)
protected

Definition at line 356 of file Properties.php.

357 {
358 $reference = &$properties;
359 if (!is_array($elements)) {
360 return $reference[$elements];
361 }
362
363 foreach ($elements as $keys) {
364 $reference = &$reference[$keys];
365 }
366
367 return $reference;
368 }
$keys

References $keys.

Referenced by PhpOffice\PhpSpreadsheet\Chart\Axis\getGlowProperty(), PhpOffice\PhpSpreadsheet\Chart\Axis\getLineStyleProperty(), PhpOffice\PhpSpreadsheet\Chart\GridLines\getLineStyleProperty(), PhpOffice\PhpSpreadsheet\Chart\Axis\getShadowProperty(), and PhpOffice\PhpSpreadsheet\Chart\GridLines\getShadowProperty().

+ Here is the caller graph for this function:

◆ getExcelPointsAngle()

PhpOffice\PhpSpreadsheet\Chart\Properties::getExcelPointsAngle (   $angle)
protected
Parameters
float$angle
Returns
float

Definition at line 128 of file Properties.php.

129 {
130 return $angle * 60000;
131 }
$angle

References $angle.

Referenced by PhpOffice\PhpSpreadsheet\Chart\Axis\setShadowAngle(), and PhpOffice\PhpSpreadsheet\Chart\GridLines\setShadowAngle().

+ Here is the caller graph for this function:

◆ getExcelPointsWidth()

◆ getLineStyleArrowSize()

PhpOffice\PhpSpreadsheet\Chart\Properties::getLineStyleArrowSize (   $array_selector,
  $array_kay_selector 
)
protected

Definition at line 147 of file Properties.php.

148 {
149 $sizes = [
150 1 => ['w' => 'sm', 'len' => 'sm'],
151 2 => ['w' => 'sm', 'len' => 'med'],
152 3 => ['w' => 'sm', 'len' => 'lg'],
153 4 => ['w' => 'med', 'len' => 'sm'],
154 5 => ['w' => 'med', 'len' => 'med'],
155 6 => ['w' => 'med', 'len' => 'lg'],
156 7 => ['w' => 'lg', 'len' => 'sm'],
157 8 => ['w' => 'lg', 'len' => 'med'],
158 9 => ['w' => 'lg', 'len' => 'lg'],
159 ];
160
161 return $sizes[$array_selector][$array_kay_selector];
162 }

Referenced by PhpOffice\PhpSpreadsheet\Chart\Axis\getLineStyleArrowLength(), PhpOffice\PhpSpreadsheet\Chart\GridLines\getLineStyleArrowParameters(), and PhpOffice\PhpSpreadsheet\Chart\Axis\getLineStyleArrowWidth().

+ Here is the caller graph for this function:

◆ getShadowPresetsMap()

PhpOffice\PhpSpreadsheet\Chart\Properties::getShadowPresetsMap (   $shadow_presets_option)
protected

Definition at line 164 of file Properties.php.

165 {
166 $presets_options = [
167 //OUTER
168 1 => [
169 'effect' => 'outerShdw',
170 'blur' => '50800',
171 'distance' => '38100',
172 'direction' => '2700000',
173 'algn' => 'tl',
174 'rotWithShape' => '0',
175 ],
176 2 => [
177 'effect' => 'outerShdw',
178 'blur' => '50800',
179 'distance' => '38100',
180 'direction' => '5400000',
181 'algn' => 't',
182 'rotWithShape' => '0',
183 ],
184 3 => [
185 'effect' => 'outerShdw',
186 'blur' => '50800',
187 'distance' => '38100',
188 'direction' => '8100000',
189 'algn' => 'tr',
190 'rotWithShape' => '0',
191 ],
192 4 => [
193 'effect' => 'outerShdw',
194 'blur' => '50800',
195 'distance' => '38100',
196 'algn' => 'l',
197 'rotWithShape' => '0',
198 ],
199 5 => [
200 'effect' => 'outerShdw',
201 'size' => [
202 'sx' => '102000',
203 'sy' => '102000',
204 ],
205 'blur' => '63500',
206 'distance' => '38100',
207 'algn' => 'ctr',
208 'rotWithShape' => '0',
209 ],
210 6 => [
211 'effect' => 'outerShdw',
212 'blur' => '50800',
213 'distance' => '38100',
214 'direction' => '10800000',
215 'algn' => 'r',
216 'rotWithShape' => '0',
217 ],
218 7 => [
219 'effect' => 'outerShdw',
220 'blur' => '50800',
221 'distance' => '38100',
222 'direction' => '18900000',
223 'algn' => 'bl',
224 'rotWithShape' => '0',
225 ],
226 8 => [
227 'effect' => 'outerShdw',
228 'blur' => '50800',
229 'distance' => '38100',
230 'direction' => '16200000',
231 'rotWithShape' => '0',
232 ],
233 9 => [
234 'effect' => 'outerShdw',
235 'blur' => '50800',
236 'distance' => '38100',
237 'direction' => '13500000',
238 'algn' => 'br',
239 'rotWithShape' => '0',
240 ],
241 //INNER
242 10 => [
243 'effect' => 'innerShdw',
244 'blur' => '63500',
245 'distance' => '50800',
246 'direction' => '2700000',
247 ],
248 11 => [
249 'effect' => 'innerShdw',
250 'blur' => '63500',
251 'distance' => '50800',
252 'direction' => '5400000',
253 ],
254 12 => [
255 'effect' => 'innerShdw',
256 'blur' => '63500',
257 'distance' => '50800',
258 'direction' => '8100000',
259 ],
260 13 => [
261 'effect' => 'innerShdw',
262 'blur' => '63500',
263 'distance' => '50800',
264 ],
265 14 => [
266 'effect' => 'innerShdw',
267 'blur' => '114300',
268 ],
269 15 => [
270 'effect' => 'innerShdw',
271 'blur' => '63500',
272 'distance' => '50800',
273 'direction' => '10800000',
274 ],
275 16 => [
276 'effect' => 'innerShdw',
277 'blur' => '63500',
278 'distance' => '50800',
279 'direction' => '18900000',
280 ],
281 17 => [
282 'effect' => 'innerShdw',
283 'blur' => '63500',
284 'distance' => '50800',
285 'direction' => '16200000',
286 ],
287 18 => [
288 'effect' => 'innerShdw',
289 'blur' => '63500',
290 'distance' => '50800',
291 'direction' => '13500000',
292 ],
293 //perspective
294 19 => [
295 'effect' => 'outerShdw',
296 'blur' => '152400',
297 'distance' => '317500',
298 'size' => [
299 'sx' => '90000',
300 'sy' => '-19000',
301 ],
302 'direction' => '5400000',
303 'rotWithShape' => '0',
304 ],
305 20 => [
306 'effect' => 'outerShdw',
307 'blur' => '76200',
308 'direction' => '18900000',
309 'size' => [
310 'sy' => '23000',
311 'kx' => '-1200000',
312 ],
313 'algn' => 'bl',
314 'rotWithShape' => '0',
315 ],
316 21 => [
317 'effect' => 'outerShdw',
318 'blur' => '76200',
319 'direction' => '13500000',
320 'size' => [
321 'sy' => '23000',
322 'kx' => '1200000',
323 ],
324 'algn' => 'br',
325 'rotWithShape' => '0',
326 ],
327 22 => [
328 'effect' => 'outerShdw',
329 'blur' => '76200',
330 'distance' => '12700',
331 'direction' => '2700000',
332 'size' => [
333 'sy' => '-23000',
334 'kx' => '-800400',
335 ],
336 'algn' => 'bl',
337 'rotWithShape' => '0',
338 ],
339 23 => [
340 'effect' => 'outerShdw',
341 'blur' => '76200',
342 'distance' => '12700',
343 'direction' => '8100000',
344 'size' => [
345 'sy' => '-23000',
346 'kx' => '800400',
347 ],
348 'algn' => 'br',
349 'rotWithShape' => '0',
350 ],
351 ];
352
353 return $presets_options[$shadow_presets_option];
354 }

Referenced by PhpOffice\PhpSpreadsheet\Chart\Axis\setShadowPresetsProperties(), and PhpOffice\PhpSpreadsheet\Chart\GridLines\setShadowPresetsProperties().

+ Here is the caller graph for this function:

◆ getTrueAlpha()

PhpOffice\PhpSpreadsheet\Chart\Properties::getTrueAlpha (   $alpha)
protected

◆ setColorProperties()

PhpOffice\PhpSpreadsheet\Chart\Properties::setColorProperties (   $color,
  $alpha,
  $type 
)
protected

Definition at line 138 of file Properties.php.

139 {
140 return [
141 'type' => (string) $type,
142 'value' => (string) $color,
143 'alpha' => (string) $this->getTrueAlpha($alpha),
144 ];
145 }
$type

References $type, and PhpOffice\PhpSpreadsheet\Chart\Properties\getTrueAlpha().

Referenced by PhpOffice\PhpSpreadsheet\Chart\Axis\setFillParameters(), PhpOffice\PhpSpreadsheet\Chart\Axis\setGlowColor(), PhpOffice\PhpSpreadsheet\Chart\GridLines\setLineColorProperties(), PhpOffice\PhpSpreadsheet\Chart\Axis\setLineParameters(), and PhpOffice\PhpSpreadsheet\Chart\Axis\setShadowColor().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Field Documentation

◆ AXIS_LABELS_HIGH

const PhpOffice\PhpSpreadsheet\Chart\Properties::AXIS_LABELS_HIGH = 'high'

Definition at line 20 of file Properties.php.

◆ AXIS_LABELS_LOW

const PhpOffice\PhpSpreadsheet\Chart\Properties::AXIS_LABELS_LOW = 'low'

Definition at line 19 of file Properties.php.

◆ AXIS_LABELS_NEXT_TO

const PhpOffice\PhpSpreadsheet\Chart\Properties::AXIS_LABELS_NEXT_TO = 'nextTo'

Definition at line 21 of file Properties.php.

◆ AXIS_LABELS_NONE

const PhpOffice\PhpSpreadsheet\Chart\Properties::AXIS_LABELS_NONE = 'none'

Definition at line 22 of file Properties.php.

◆ EXCEL_COLOR_TYPE_ARGB

const PhpOffice\PhpSpreadsheet\Chart\Properties::EXCEL_COLOR_TYPE_ARGB = 'srgbClr'

Definition at line 16 of file Properties.php.

◆ EXCEL_COLOR_TYPE_SCHEME

const PhpOffice\PhpSpreadsheet\Chart\Properties::EXCEL_COLOR_TYPE_SCHEME = 'schemeClr'

Definition at line 15 of file Properties.php.

◆ EXCEL_COLOR_TYPE_STANDARD

const PhpOffice\PhpSpreadsheet\Chart\Properties::EXCEL_COLOR_TYPE_STANDARD = 'prstClr'

Definition at line 14 of file Properties.php.

◆ FORMAT_CODE_ACCOUNTING

const PhpOffice\PhpSpreadsheet\Chart\Properties::FORMAT_CODE_ACCOUNTING = '_($* #,##0.00_);_($* (#,##0.00);_($* "-"??_);_(@_)'

Definition at line 38 of file Properties.php.

◆ FORMAT_CODE_CURRENCY

const PhpOffice\PhpSpreadsheet\Chart\Properties::FORMAT_CODE_CURRENCY = '$#,##0.00'

Definition at line 37 of file Properties.php.

◆ FORMAT_CODE_DATE

const PhpOffice\PhpSpreadsheet\Chart\Properties::FORMAT_CODE_DATE = 'm/d/yyyy'

Definition at line 39 of file Properties.php.

◆ FORMAT_CODE_FRACTION

const PhpOffice\PhpSpreadsheet\Chart\Properties::FORMAT_CODE_FRACTION = '# ?/?'

Definition at line 42 of file Properties.php.

◆ FORMAT_CODE_GENERAL

const PhpOffice\PhpSpreadsheet\Chart\Properties::FORMAT_CODE_GENERAL = 'General'

Definition at line 35 of file Properties.php.

◆ FORMAT_CODE_NUMBER

const PhpOffice\PhpSpreadsheet\Chart\Properties::FORMAT_CODE_NUMBER = '#,##0.00'

Definition at line 36 of file Properties.php.

◆ FORMAT_CODE_PERCENTAGE

const PhpOffice\PhpSpreadsheet\Chart\Properties::FORMAT_CODE_PERCENTAGE = '0.00%'

Definition at line 41 of file Properties.php.

◆ FORMAT_CODE_SCIENTIFIC

const PhpOffice\PhpSpreadsheet\Chart\Properties::FORMAT_CODE_SCIENTIFIC = '0.00E+00'

Definition at line 43 of file Properties.php.

◆ FORMAT_CODE_SPECIAL

const PhpOffice\PhpSpreadsheet\Chart\Properties::FORMAT_CODE_SPECIAL = '00000'

Definition at line 45 of file Properties.php.

◆ FORMAT_CODE_TEXT

const PhpOffice\PhpSpreadsheet\Chart\Properties::FORMAT_CODE_TEXT = '@'

Definition at line 44 of file Properties.php.

◆ FORMAT_CODE_TIME

const PhpOffice\PhpSpreadsheet\Chart\Properties::FORMAT_CODE_TIME = '[$-F400]h:mm:ss AM/PM'

Definition at line 40 of file Properties.php.

◆ HORIZONTAL_CROSSES_AUTOZERO

const PhpOffice\PhpSpreadsheet\Chart\Properties::HORIZONTAL_CROSSES_AUTOZERO = 'autoZero'

Definition at line 31 of file Properties.php.

◆ HORIZONTAL_CROSSES_MAXIMUM

const PhpOffice\PhpSpreadsheet\Chart\Properties::HORIZONTAL_CROSSES_MAXIMUM = 'max'

Definition at line 32 of file Properties.php.

◆ LINE_STYLE_ARROW_SIZE_1

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_ARROW_SIZE_1 = 1

Definition at line 77 of file Properties.php.

◆ LINE_STYLE_ARROW_SIZE_2

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_ARROW_SIZE_2 = 2

Definition at line 78 of file Properties.php.

◆ LINE_STYLE_ARROW_SIZE_3

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_ARROW_SIZE_3 = 3

Definition at line 79 of file Properties.php.

◆ LINE_STYLE_ARROW_SIZE_4

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_ARROW_SIZE_4 = 4

Definition at line 80 of file Properties.php.

◆ LINE_STYLE_ARROW_SIZE_5

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_ARROW_SIZE_5 = 5

Definition at line 81 of file Properties.php.

◆ LINE_STYLE_ARROW_SIZE_6

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_ARROW_SIZE_6 = 6

Definition at line 82 of file Properties.php.

◆ LINE_STYLE_ARROW_SIZE_7

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_ARROW_SIZE_7 = 7

Definition at line 83 of file Properties.php.

◆ LINE_STYLE_ARROW_SIZE_8

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_ARROW_SIZE_8 = 8

Definition at line 84 of file Properties.php.

◆ LINE_STYLE_ARROW_SIZE_9

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_ARROW_SIZE_9 = 9

Definition at line 85 of file Properties.php.

◆ LINE_STYLE_ARROW_TYPE_ARROW

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_ARROW_TYPE_ARROW = 'triangle'

Definition at line 72 of file Properties.php.

◆ LINE_STYLE_ARROW_TYPE_DIAMOND

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_ARROW_TYPE_DIAMOND = 'diamond'

Definition at line 75 of file Properties.php.

◆ LINE_STYLE_ARROW_TYPE_NOARROW

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_ARROW_TYPE_NOARROW = null

Definition at line 71 of file Properties.php.

◆ LINE_STYLE_ARROW_TYPE_OPEN

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_ARROW_TYPE_OPEN = 'arrow'

Definition at line 73 of file Properties.php.

◆ LINE_STYLE_ARROW_TYPE_OVAL

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_ARROW_TYPE_OVAL = 'oval'

Definition at line 76 of file Properties.php.

◆ LINE_STYLE_ARROW_TYPE_STEALTH

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_ARROW_TYPE_STEALTH = 'stealth'

Definition at line 74 of file Properties.php.

◆ LINE_STYLE_CAP_FLAT

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_CAP_FLAT = 'flat'

Definition at line 67 of file Properties.php.

◆ LINE_STYLE_CAP_ROUND

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_CAP_ROUND = 'rnd'

Definition at line 66 of file Properties.php.

◆ LINE_STYLE_CAP_SQUARE

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_CAP_SQUARE = 'sq'

Definition at line 65 of file Properties.php.

◆ LINE_STYLE_COMPOUND_DOUBLE

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_COMPOUND_DOUBLE = 'dbl'

Definition at line 53 of file Properties.php.

◆ LINE_STYLE_COMPOUND_SIMPLE

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_COMPOUND_SIMPLE = 'sng'

Definition at line 52 of file Properties.php.

◆ LINE_STYLE_COMPOUND_THICKTHIN

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_COMPOUND_THICKTHIN = 'thickThin'

Definition at line 54 of file Properties.php.

◆ LINE_STYLE_COMPOUND_THINTHICK

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_COMPOUND_THINTHICK = 'thinThick'

Definition at line 55 of file Properties.php.

◆ LINE_STYLE_COMPOUND_TRIPLE

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_COMPOUND_TRIPLE = 'tri'

Definition at line 56 of file Properties.php.

◆ LINE_STYLE_DASH_DASH_DOT

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_DASH_DASH_DOT = 'dashDot'

Definition at line 61 of file Properties.php.

◆ LINE_STYLE_DASH_LONG_DASH

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_DASH_LONG_DASH = 'lgDash'

Definition at line 62 of file Properties.php.

◆ LINE_STYLE_DASH_LONG_DASH_DOT

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_DASH_LONG_DASH_DOT = 'lgDashDot'

Definition at line 63 of file Properties.php.

◆ LINE_STYLE_DASH_LONG_DASH_DOT_DOT

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_DASH_LONG_DASH_DOT_DOT = 'lgDashDotDot'

Definition at line 64 of file Properties.php.

◆ LINE_STYLE_DASH_ROUND_DOT

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_DASH_ROUND_DOT = 'sysDot'

Definition at line 58 of file Properties.php.

◆ LINE_STYLE_DASH_SOLID

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_DASH_SOLID = 'solid'

Definition at line 57 of file Properties.php.

◆ LINE_STYLE_DASH_SQUERE_DOT

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_DASH_SQUERE_DOT = 'sysDash'

Definition at line 59 of file Properties.php.

◆ LINE_STYLE_JOIN_BEVEL

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_JOIN_BEVEL = 'bevel'

Definition at line 70 of file Properties.php.

◆ LINE_STYLE_JOIN_MITER

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_JOIN_MITER = 'miter'

Definition at line 69 of file Properties.php.

◆ LINE_STYLE_JOIN_ROUND

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYLE_JOIN_ROUND = 'bevel'

Definition at line 68 of file Properties.php.

◆ LINE_STYPE_DASH_DASH

const PhpOffice\PhpSpreadsheet\Chart\Properties::LINE_STYPE_DASH_DASH = 'dash'

Definition at line 60 of file Properties.php.

◆ ORIENTATION_NORMAL

const PhpOffice\PhpSpreadsheet\Chart\Properties::ORIENTATION_NORMAL = 'minMax'

Definition at line 48 of file Properties.php.

◆ ORIENTATION_REVERSED

const PhpOffice\PhpSpreadsheet\Chart\Properties::ORIENTATION_REVERSED = 'maxMin'

Definition at line 49 of file Properties.php.

◆ SHADOW_PRESETS_INNER_BOTTOM

const PhpOffice\PhpSpreadsheet\Chart\Properties::SHADOW_PRESETS_INNER_BOTTOM = 11

Definition at line 99 of file Properties.php.

◆ SHADOW_PRESETS_INNER_BOTTOM_LEFT

const PhpOffice\PhpSpreadsheet\Chart\Properties::SHADOW_PRESETS_INNER_BOTTOM_LEFT = 12

Definition at line 100 of file Properties.php.

◆ SHADOW_PRESETS_INNER_BOTTTOM_RIGHT

const PhpOffice\PhpSpreadsheet\Chart\Properties::SHADOW_PRESETS_INNER_BOTTTOM_RIGHT = 10

Definition at line 98 of file Properties.php.

◆ SHADOW_PRESETS_INNER_CENTER

const PhpOffice\PhpSpreadsheet\Chart\Properties::SHADOW_PRESETS_INNER_CENTER = 14

Definition at line 102 of file Properties.php.

◆ SHADOW_PRESETS_INNER_LEFT

const PhpOffice\PhpSpreadsheet\Chart\Properties::SHADOW_PRESETS_INNER_LEFT = 15

Definition at line 103 of file Properties.php.

◆ SHADOW_PRESETS_INNER_RIGHT

const PhpOffice\PhpSpreadsheet\Chart\Properties::SHADOW_PRESETS_INNER_RIGHT = 13

Definition at line 101 of file Properties.php.

◆ SHADOW_PRESETS_INNER_TOP

const PhpOffice\PhpSpreadsheet\Chart\Properties::SHADOW_PRESETS_INNER_TOP = 17

Definition at line 105 of file Properties.php.

◆ SHADOW_PRESETS_INNER_TOP_LEFT

const PhpOffice\PhpSpreadsheet\Chart\Properties::SHADOW_PRESETS_INNER_TOP_LEFT = 18

Definition at line 106 of file Properties.php.

◆ SHADOW_PRESETS_INNER_TOP_RIGHT

const PhpOffice\PhpSpreadsheet\Chart\Properties::SHADOW_PRESETS_INNER_TOP_RIGHT = 16

Definition at line 104 of file Properties.php.

◆ SHADOW_PRESETS_NOSHADOW

const PhpOffice\PhpSpreadsheet\Chart\Properties::SHADOW_PRESETS_NOSHADOW = null

Definition at line 88 of file Properties.php.

◆ SHADOW_PRESETS_OUTER_BOTTOM

const PhpOffice\PhpSpreadsheet\Chart\Properties::SHADOW_PRESETS_OUTER_BOTTOM = 2

Definition at line 90 of file Properties.php.

◆ SHADOW_PRESETS_OUTER_BOTTOM_LEFT

const PhpOffice\PhpSpreadsheet\Chart\Properties::SHADOW_PRESETS_OUTER_BOTTOM_LEFT = 3

Definition at line 91 of file Properties.php.

◆ SHADOW_PRESETS_OUTER_BOTTTOM_RIGHT

const PhpOffice\PhpSpreadsheet\Chart\Properties::SHADOW_PRESETS_OUTER_BOTTTOM_RIGHT = 1

Definition at line 89 of file Properties.php.

◆ SHADOW_PRESETS_OUTER_CENTER

const PhpOffice\PhpSpreadsheet\Chart\Properties::SHADOW_PRESETS_OUTER_CENTER = 5

Definition at line 93 of file Properties.php.

◆ SHADOW_PRESETS_OUTER_LEFT

const PhpOffice\PhpSpreadsheet\Chart\Properties::SHADOW_PRESETS_OUTER_LEFT = 6

Definition at line 94 of file Properties.php.

◆ SHADOW_PRESETS_OUTER_RIGHT

const PhpOffice\PhpSpreadsheet\Chart\Properties::SHADOW_PRESETS_OUTER_RIGHT = 4

Definition at line 92 of file Properties.php.

◆ SHADOW_PRESETS_OUTER_TOP

const PhpOffice\PhpSpreadsheet\Chart\Properties::SHADOW_PRESETS_OUTER_TOP = 8

Definition at line 96 of file Properties.php.

◆ SHADOW_PRESETS_OUTER_TOP_LEFT

const PhpOffice\PhpSpreadsheet\Chart\Properties::SHADOW_PRESETS_OUTER_TOP_LEFT = 9

Definition at line 97 of file Properties.php.

◆ SHADOW_PRESETS_OUTER_TOP_RIGHT

const PhpOffice\PhpSpreadsheet\Chart\Properties::SHADOW_PRESETS_OUTER_TOP_RIGHT = 7

Definition at line 95 of file Properties.php.

◆ SHADOW_PRESETS_PERSPECTIVE_BELOW

const PhpOffice\PhpSpreadsheet\Chart\Properties::SHADOW_PRESETS_PERSPECTIVE_BELOW = 19

Definition at line 107 of file Properties.php.

◆ SHADOW_PRESETS_PERSPECTIVE_LOWER_LEFT

const PhpOffice\PhpSpreadsheet\Chart\Properties::SHADOW_PRESETS_PERSPECTIVE_LOWER_LEFT = 23

Definition at line 111 of file Properties.php.

◆ SHADOW_PRESETS_PERSPECTIVE_LOWER_RIGHT

const PhpOffice\PhpSpreadsheet\Chart\Properties::SHADOW_PRESETS_PERSPECTIVE_LOWER_RIGHT = 22

Definition at line 110 of file Properties.php.

◆ SHADOW_PRESETS_PERSPECTIVE_UPPER_LEFT

const PhpOffice\PhpSpreadsheet\Chart\Properties::SHADOW_PRESETS_PERSPECTIVE_UPPER_LEFT = 21

Definition at line 109 of file Properties.php.

◆ SHADOW_PRESETS_PERSPECTIVE_UPPER_RIGHT

const PhpOffice\PhpSpreadsheet\Chart\Properties::SHADOW_PRESETS_PERSPECTIVE_UPPER_RIGHT = 20

Definition at line 108 of file Properties.php.

◆ TICK_MARK_CROSS

const PhpOffice\PhpSpreadsheet\Chart\Properties::TICK_MARK_CROSS = 'cross'

Definition at line 28 of file Properties.php.

◆ TICK_MARK_INSIDE

const PhpOffice\PhpSpreadsheet\Chart\Properties::TICK_MARK_INSIDE = 'in'

Definition at line 26 of file Properties.php.

◆ TICK_MARK_NONE

const PhpOffice\PhpSpreadsheet\Chart\Properties::TICK_MARK_NONE = 'none'

Definition at line 25 of file Properties.php.

◆ TICK_MARK_OUTSIDE

const PhpOffice\PhpSpreadsheet\Chart\Properties::TICK_MARK_OUTSIDE = 'out'

Definition at line 27 of file Properties.php.


The documentation for this class was generated from the following file: