< Back

New-WorkbookChartObject

Sat Jan 18, 2020 1:47 pm

NAME New-WorkbookChartObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.workbookChart" (or one of its derived types).





SYNTAX

New-WorkbookChartObject [-axes <object>] [-dataLabels <object>] [-format <object>] [-height <double>] [-left

<double>] [-legend <object>] [-name <string>] [-series <object[]>] [-title <object>] [-top <double>] [-width

<double>] [-worksheet <object>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.workbookChart" (or one of its derived types).





PARAMETERS

-height <double>

The "height" property, of type "Edm.Double".



This property is on the "microsoft.graph.workbookChart" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-left <double>

The "left" property, of type "Edm.Double".



This property is on the "microsoft.graph.workbookChart" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-name <string>

The "name" property, of type "Edm.String".



This property is on the "microsoft.graph.workbookChart" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-top <double>

The "top" property, of type "Edm.Double".



This property is on the "microsoft.graph.workbookChart" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-width <double>

The "width" property, of type "Edm.Double".



This property is on the "microsoft.graph.workbookChart" type.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-axes <object>

The "axes" property, of type "microsoft.graph.workbookChartAxes".



This property is on the "microsoft.graph.workbookChart" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-dataLabels <object>

The "dataLabels" property, of type "microsoft.graph.workbookChartDataLabels".



This property is on the "microsoft.graph.workbookChart" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-format <object>

The "format" property, of type "microsoft.graph.workbookChartAreaFormat".



This property is on the "microsoft.graph.workbookChart" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-legend <object>

The "legend" property, of type "microsoft.graph.workbookChartLegend".



This property is on the "microsoft.graph.workbookChart" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-series <object[]>

The "series" property, of type "microsoft.graph.workbookChartSeries".



This property is on the "microsoft.graph.workbookChart" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-title <object>

The "title" property, of type "microsoft.graph.workbookChartTitle".



This property is on the "microsoft.graph.workbookChart" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-worksheet <object>

The "worksheet" property, of type "microsoft.graph.workbookWorksheet".



This property is on the "microsoft.graph.workbookChart" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS