EXCEL_COLOR_TYPE_STANDARD
EXCEL_COLOR_TYPE_STANDARD = 'prstClr'
Created by PhpStorm.
User: Wiktor Trzonkowski Date: 6/17/14 Time: 12:11 PM
setAxisOptionsProperties(string $axis_labels, string $horizontal_crosses_value = null, string $horizontal_crosses = null, string $axis_orientation = null, string $major_tmt = null, string $minor_tmt = null, string $minimum = null, string $maximum = null, string $major_unit = null, string $minor_unit = null)
Set Axis Options Properties
string | $axis_labels | |
string | $horizontal_crosses_value | |
string | $horizontal_crosses | |
string | $axis_orientation | |
string | $major_tmt | |
string | $minor_tmt | |
string | $minimum | |
string | $maximum | |
string | $major_unit | |
string | $minor_unit |
setLineStyleProperties(float $line_width = null, string $compound_type = null, string $dash_type = null, string $cap_type = null, string $join_type = null, string $head_arrow_type = null, string $head_arrow_size = null, string $end_arrow_type = null, string $end_arrow_size = null)
Set Line Style Properties
float | $line_width | |
string | $compound_type | |
string | $dash_type | |
string | $cap_type | |
string | $join_type | |
string | $head_arrow_type | |
string | $head_arrow_size | |
string | $end_arrow_type | |
string | $end_arrow_size |
setShadowProperties( $sh_presets, string $sh_color_value = null, string $sh_color_type = null, string $sh_color_alpha = null, float $sh_blur = null, integer $sh_angle = null, float $sh_distance = null)
Set Shadow Properties
$sh_presets | ||
string | $sh_color_value | |
string | $sh_color_type | |
string | $sh_color_alpha | |
float | $sh_blur | |
integer | $sh_angle | |
float | $sh_distance |
setShadowPresetsProperties(integer $shadow_presets) : \PHPExcel_Chart_Axis
Set Shadow Color
integer | $shadow_presets |
setShadowProperiesMapValues(array $properties_map, \* $reference = null) : \PHPExcel_Chart_Axis
Set Shadow Properties from Maped Values
array | $properties_map | |
\* | $reference |
setShadowColor(string $color, integer $alpha, string $type) : \PHPExcel_Chart_Axis
Set Shadow Color
string | $color | |
integer | $alpha | |
string | $type |
setShadowBlur(float $blur) : \PHPExcel_Chart_Axis
Set Shadow Blur
float | $blur |
setShadowAngle(integer $angle) : \PHPExcel_Chart_Axis
Set Shadow Angle
integer | $angle |
setShadowDistance(float $distance) : \PHPExcel_Chart_Axis
Set Shadow Distance
float | $distance |
setGlowSize(float $size) : \PHPExcel_Chart_Axis
Set Glow Color
float | $size |
setGlowColor(string $color, integer $alpha, string $type) : \PHPExcel_Chart_Axis
Set Glow Color
string | $color | |
integer | $alpha | |
string | $type |