\Microsoft\Graph\ModelWorkbookChart

WorkbookChart class

Summary

Methods
Properties
Constants
__construct()
getProperties()
getHeight()
setHeight()
getLeft()
setLeft()
getName()
setName()
getTop()
setTop()
getWidth()
setWidth()
getAxes()
setAxes()
getDataLabels()
setDataLabels()
getFormat()
setFormat()
getLegend()
setLegend()
getSeries()
getTitle()
setTitle()
getWorksheet()
setWorksheet()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_propDict
N/A

Properties

$_propDict

$_propDict : \Microsoft\Graph\Model\array(string

The array of properties available to the model

Type

\Microsoft\Graph\Model\array(string — => string)

Methods

__construct()

__construct(array  $propDict = array()) 

Construct a new WorkbookChart

Parameters

array $propDict

A list of properties to set

getProperties()

getProperties() : array

Gets the property dictionary of the WorkbookChart

Returns

array —

The list of properties

getHeight()

getHeight() : float

Gets the height

Returns

float —

The height

setHeight()

setHeight(float  $val) : null

Sets the height

Parameters

float $val

The height

Returns

null

getLeft()

getLeft() : float

Gets the left

Returns

float —

The left

setLeft()

setLeft(float  $val) : null

Sets the left

Parameters

float $val

The left

Returns

null

getName()

getName() : string

Gets the name

Returns

string —

The name

setName()

setName(string  $val) : null

Sets the name

Parameters

string $val

The name

Returns

null

getTop()

getTop() : float

Gets the top

Returns

float —

The top

setTop()

setTop(float  $val) : null

Sets the top

Parameters

float $val

The top

Returns

null

getWidth()

getWidth() : float

Gets the width

Returns

float —

The width

setWidth()

setWidth(float  $val) : null

Sets the width

Parameters

float $val

The width

Returns

null

setAxes()

setAxes(string  $val) : null

Sets the axes

Parameters

string $val

The axes

Returns

null

setDataLabels()

setDataLabels(string  $val) : null

Sets the dataLabels

Parameters

string $val

The dataLabels

Returns

null

setFormat()

setFormat(string  $val) : null

Sets the format

Parameters

string $val

The format

Returns

null

setLegend()

setLegend(string  $val) : null

Sets the legend

Parameters

string $val

The legend

Returns

null

getSeries()

getSeries() : \Microsoft\Graph\Model\SeriesCollectionPage

Gets the series

Returns

\Microsoft\Graph\Model\SeriesCollectionPage —

The series

setTitle()

setTitle(string  $val) : null

Sets the title

Parameters

string $val

The title

Returns

null

setWorksheet()

setWorksheet(string  $val) : null

Sets the worksheet

Parameters

string $val

The worksheet

Returns

null