\Microsoft\Graph\ModelWorkbookChartAxis

WorkbookChartAxis class

Summary

Methods
Properties
Constants
__construct()
getProperties()
getMajorUnit()
setMajorUnit()
getMaximum()
setMaximum()
getMinimum()
setMinimum()
getMinorUnit()
setMinorUnit()
getFormat()
setFormat()
getMajorGridlines()
setMajorGridlines()
getMinorGridlines()
setMinorGridlines()
getTitle()
setTitle()
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 WorkbookChartAxis

Parameters

array $propDict

A list of properties to set

getProperties()

getProperties() : array

Gets the property dictionary of the WorkbookChartAxis

Returns

array —

The list of properties

getMajorUnit()

getMajorUnit() : \Microsoft\Graph\Model\Json

Gets the majorUnit

Returns

\Microsoft\Graph\Model\Json —

The majorUnit

setMajorUnit()

setMajorUnit(string  $val) : null

Sets the majorUnit

Parameters

string $val

The majorUnit

Returns

null

getMaximum()

getMaximum() : \Microsoft\Graph\Model\Json

Gets the maximum

Returns

\Microsoft\Graph\Model\Json —

The maximum

setMaximum()

setMaximum(string  $val) : null

Sets the maximum

Parameters

string $val

The maximum

Returns

null

getMinimum()

getMinimum() : \Microsoft\Graph\Model\Json

Gets the minimum

Returns

\Microsoft\Graph\Model\Json —

The minimum

setMinimum()

setMinimum(string  $val) : null

Sets the minimum

Parameters

string $val

The minimum

Returns

null

getMinorUnit()

getMinorUnit() : \Microsoft\Graph\Model\Json

Gets the minorUnit

Returns

\Microsoft\Graph\Model\Json —

The minorUnit

setMinorUnit()

setMinorUnit(string  $val) : null

Sets the minorUnit

Parameters

string $val

The minorUnit

Returns

null

setFormat()

setFormat(string  $val) : null

Sets the format

Parameters

string $val

The format

Returns

null

setMajorGridlines()

setMajorGridlines(string  $val) : null

Sets the majorGridlines

Parameters

string $val

The majorGridlines

Returns

null

setMinorGridlines()

setMinorGridlines(string  $val) : null

Sets the minorGridlines

Parameters

string $val

The minorGridlines

Returns

null

setTitle()

setTitle(string  $val) : null

Sets the title

Parameters

string $val

The title

Returns

null