Properties

$_layoutTarget

$_layoutTarget : string

layoutTarget

Type

string

$_xMode

$_xMode : string

X Mode

Type

string

$_yMode

$_yMode : string

Y Mode

Type

string

$_xPos

$_xPos : float

X-Position

Type

float

$_yPos

$_yPos : float

Y-Position

Type

float

$_width

$_width : float

width

Type

float

$_height

$_height : float

height

Type

float

$_showLegendKey

$_showLegendKey : bool

show legend key Specifies that legend keys should be shown in data labels

Type

bool

$_showVal

$_showVal : bool

show value Specifies that the value should be shown in a data label.

Type

bool

$_showCatName

$_showCatName : bool

show category name Specifies that the category name should be shown in the data label.

Type

bool

$_showSerName

$_showSerName : bool

show data series name Specifies that the series name should be shown in the data label.

Type

bool

$_showPercent

$_showPercent : bool

show percentage Specifies that the percentage should be shown in the data label.

Type

bool

$_showBubbleSize

$_showBubbleSize : bool

show bubble size

Type

bool

$_showLeaderLines

$_showLeaderLines : bool

show leader lines Specifies that leader lines should be shown for the data label.

Type

bool

Methods

__construct()

__construct(mixed  $layout = array()) : mixed

Create a new PHPExcel_Chart_Layout

Parameters

mixed $layout

Returns

mixed —

getLayoutTarget()

getLayoutTarget() : string

Get Layout Target

Returns

string —

setLayoutTarget()

setLayoutTarget(mixed  $value) : \PHPExcel_Chart_Layout

Set Layout Target

Parameters

mixed $value

Returns

\PHPExcel_Chart_Layout —

getXMode()

getXMode() : string

Get X-Mode

Returns

string —

setXMode()

setXMode(mixed  $value) : \PHPExcel_Chart_Layout

Set X-Mode

Parameters

mixed $value

Returns

\PHPExcel_Chart_Layout —

getYMode()

getYMode() : string

Get Y-Mode

Returns

string —

setYMode()

setYMode(mixed  $value) : \PHPExcel_Chart_Layout

Set Y-Mode

Parameters

mixed $value

Returns

\PHPExcel_Chart_Layout —

getXPosition()

getXPosition() : \number

Get X-Position

Returns

\number —

setXPosition()

setXPosition(mixed  $value) : \PHPExcel_Chart_Layout

Set X-Position

Parameters

mixed $value

Returns

\PHPExcel_Chart_Layout —

getYPosition()

getYPosition() : \number

Get Y-Position

Returns

\number —

setYPosition()

setYPosition(mixed  $value) : \PHPExcel_Chart_Layout

Set Y-Position

Parameters

mixed $value

Returns

\PHPExcel_Chart_Layout —

getWidth()

getWidth() : \number

Get Width

Returns

\number —

setWidth()

setWidth(\Width  $value) : \PHPExcel_Chart_Layout

Set Width

Parameters

\Width $value

Returns

\PHPExcel_Chart_Layout —

getHeight()

getHeight() : \number

Get Height

Returns

\number —

setHeight()

setHeight(\Height  $value) : \PHPExcel_Chart_Layout

Set Height

Parameters

\Height $value

Returns

\PHPExcel_Chart_Layout —

getShowLegendKey()

getShowLegendKey() : bool

Get show legend key

Returns

bool —

setShowLegendKey()

setShowLegendKey(bool  $value) : \PHPExcel_Chart_Layout

Set show legend key Specifies that legend keys should be shown in data labels.

Parameters

bool $value

Show legend key

Returns

\PHPExcel_Chart_Layout —

getShowVal()

getShowVal() : bool

Get show value

Returns

bool —

setShowVal()

setShowVal(bool  $value) : \PHPExcel_Chart_Layout

Set show val Specifies that the value should be shown in data labels.

Parameters

bool $value

Show val

Returns

\PHPExcel_Chart_Layout —

getShowCatName()

getShowCatName() : bool

Get show category name

Returns

bool —

setShowCatName()

setShowCatName(bool  $value) : \PHPExcel_Chart_Layout

Set show cat name Specifies that the category name should be shown in data labels.

Parameters

bool $value

Show cat name

Returns

\PHPExcel_Chart_Layout —

getShowSerName()

getShowSerName() : bool

Get show data series name

Returns

bool —

setShowSerName()

setShowSerName(bool  $value) : \PHPExcel_Chart_Layout

Set show ser name Specifies that the series name should be shown in data labels.

Parameters

bool $value

Show series name

Returns

\PHPExcel_Chart_Layout —

getShowPercent()

getShowPercent() : bool

Get show percentage

Returns

bool —

setShowPercent()

setShowPercent(bool  $value) : \PHPExcel_Chart_Layout

Set show percentage Specifies that the percentage should be shown in data labels.

Parameters

bool $value

Show percentage

Returns

\PHPExcel_Chart_Layout —

getShowBubbleSize()

getShowBubbleSize() : bool

Get show bubble size

Returns

bool —

setShowBubbleSize()

setShowBubbleSize(bool  $value) : \PHPExcel_Chart_Layout

Set show bubble size Specifies that the bubble size should be shown in data labels.

Parameters

bool $value

Show bubble size

Returns

\PHPExcel_Chart_Layout —

getShowLeaderLines()

getShowLeaderLines() : bool

Get show leader lines

Returns

bool —

setShowLeaderLines()

setShowLeaderLines(bool  $value) : \PHPExcel_Chart_Layout

Set show leader lines Specifies that leader lines should be shown in data labels.

Parameters

bool $value

Show leader lines

Returns

\PHPExcel_Chart_Layout —