EXCEL_COLOR_TYPE_STANDARD
EXCEL_COLOR_TYPE_STANDARD = 'prstClr'
Created by PhpStorm.
User: Wiktor Trzonkowski Date: 6/17/14 Time: 12:11 PM.
$axisNumber : array
Axis Number.
$axisOptions : array
Axis Options.
$fillProperties : array
Fill Properties.
$lineProperties : array
Line Properties.
$lineStyleProperties : array
Line Style Properties.
$shadowProperties : array
Shadow Properties.
$glowProperties : array
Glow Properties.
$softEdges : array
Soft Edge Properties.
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) : void
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) : void
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(int $sh_presets, string $sh_color_value = null, string $sh_color_type = null, string $sh_color_alpha = null, float $sh_blur = null, int $sh_angle = null, float $sh_distance = null) : void
Set Shadow Properties.
int | $sh_presets | |
string | $sh_color_value | |
string | $sh_color_type | |
string | $sh_color_alpha | |
float | $sh_blur | |
int | $sh_angle | |
float | $sh_distance |