Overview

Packages

  • JAMA
  • None
  • PHP
  • PHPExcel
    • CachedObjectStorage
    • Calculation
    • Cell
    • Chart
      • Renderer
    • Reader
      • Excel2007
      • Excel5
    • RichText
    • Settings
    • Shared
      • Escher
      • OLE
      • Trend
      • ZipArchive
    • Style
    • Worksheet
      • Drawing
    • Writer
      • 2007
      • CSV
      • Excel2007
      • Excel5
      • HTML
      • PDF

Classes

  • PHPExcel_Chart
  • PHPExcel_Chart_DataSeries
  • PHPExcel_Chart_DataSeriesValues
  • PHPExcel_Chart_Layout
  • PHPExcel_Chart_Legend
  • PHPExcel_Chart_PlotArea
  • PHPExcel_Chart_Title

Exceptions

  • PHPExcel_Chart_Exception
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_Chart_Layout

PHPExcel_Chart_Layout

Package: PHPExcel\Chart
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Chart/Layout.php
Methods summary
public
# __construct( $layout = array() )

Create a new PHPExcel_Chart_Layout

Create a new PHPExcel_Chart_Layout

public string
# getLayoutTarget( )

Get Layout Target

Get Layout Target

Returns

string
public PHPExcel_Chart_Layout
# setLayoutTarget( Layout $value )

Set Layout Target

Set Layout Target

Parameters

$value
$value

Returns

PHPExcel_Chart_Layout
public string
# getXMode( )

Get X-Mode

Get X-Mode

Returns

string
public PHPExcel_Chart_Layout
# setXMode( X-Mode $value )

Set X-Mode

Set X-Mode

Parameters

$value

Returns

PHPExcel_Chart_Layout
public string
# getYMode( )

Get Y-Mode

Get Y-Mode

Returns

string
public PHPExcel_Chart_Layout
# setYMode( Y-Mode $value )

Set Y-Mode

Set Y-Mode

Parameters

$value

Returns

PHPExcel_Chart_Layout
public number
# getXPosition( )

Get X-Position

Get X-Position

Returns

number
public PHPExcel_Chart_Layout
# setXPosition( X-Position $value )

Set X-Position

Set X-Position

Parameters

$value

Returns

PHPExcel_Chart_Layout
public number
# getYPosition( )

Get Y-Position

Get Y-Position

Returns

number
public PHPExcel_Chart_Layout
# setYPosition( Y-Position $value )

Set Y-Position

Set Y-Position

Parameters

$value

Returns

PHPExcel_Chart_Layout
public number
# getWidth( )

Get Width

Get Width

Returns

number
public PHPExcel_Chart_Layout
# setWidth( Width $value )

Set Width

Set Width

Parameters

$value

Returns

PHPExcel_Chart_Layout
public number
# getHeight( )

Get Height

Get Height

Returns

number
public PHPExcel_Chart_Layout
# setHeight( Height $value )

Set Height

Set Height

Parameters

$value

Returns

PHPExcel_Chart_Layout
public boolean
# getShowLegendKey( )

Get show legend key

Get show legend key

Returns

boolean
public PHPExcel_Chart_Layout
# setShowLegendKey( boolean $value )

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

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

Parameters

$value
Show legend key

Returns

PHPExcel_Chart_Layout
public boolean
# getShowVal( )

Get show value

Get show value

Returns

boolean
public PHPExcel_Chart_Layout
# setShowVal( boolean $value )

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

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

Parameters

$value
Show val

Returns

PHPExcel_Chart_Layout
public boolean
# getShowCatName( )

Get show category name

Get show category name

Returns

boolean
public PHPExcel_Chart_Layout
# setShowCatName( boolean $value )

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

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

Parameters

$value
Show cat name

Returns

PHPExcel_Chart_Layout
public boolean
# getShowSerName( )

Get show data series name

Get show data series name

Returns

boolean
public PHPExcel_Chart_Layout
# setShowSerName( boolean $value )

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

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

Parameters

$value
Show series name

Returns

PHPExcel_Chart_Layout
public boolean
# getShowPercent( )

Get show percentage

Get show percentage

Returns

boolean
public PHPExcel_Chart_Layout
# setShowPercent( boolean $value )

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

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

Parameters

$value
Show percentage

Returns

PHPExcel_Chart_Layout
public boolean
# getShowBubbleSize( )

Get show bubble size

Get show bubble size

Returns

boolean
public PHPExcel_Chart_Layout
# setShowBubbleSize( boolean $value )

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

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

Parameters

$value
Show bubble size

Returns

PHPExcel_Chart_Layout
public boolean
# getShowLeaderLines( )

Get show leader lines

Get show leader lines

Returns

boolean
public PHPExcel_Chart_Layout
# setShowLeaderLines( boolean $value )

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

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

Parameters

$value
Show leader lines

Returns

PHPExcel_Chart_Layout
Properties summary
private string $_layoutTarget

layoutTarget

layoutTarget

# NULL
private string $_xMode

X Mode

X Mode

# NULL
private string $_yMode

Y Mode

Y Mode

# NULL
private float $_xPos

X-Position

X-Position

# NULL
private float $_yPos

Y-Position

Y-Position

# NULL
private float $_width

width

width

# NULL
private float $_height

height

height

# NULL
private boolean $_showLegendKey

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

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

# NULL
private boolean $_showVal

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

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

# NULL
private boolean $_showCatName

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

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

# NULL
private boolean $_showSerName

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

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

# NULL
private boolean $_showPercent

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

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

# NULL
private boolean $_showBubbleSize

show bubble size

show bubble size

# NULL
private boolean $_showLeaderLines

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

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

# NULL
Autene API documentation generated by ApiGen