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 |