MicrosoftGraphWorkbookChart |
MicrosoftGraphWorkbookChart.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: workbookChart.
|
MicrosoftGraphWorkbookChart |
MicrosoftGraphWorkbookChart.withAxes(MicrosoftGraphWorkbookChartAxes axes) |
Set the axes property: workbookChartAxes.
|
MicrosoftGraphWorkbookChart |
MicrosoftGraphWorkbookChart.withDataLabels(MicrosoftGraphWorkbookChartDataLabels dataLabels) |
Set the dataLabels property: workbookChartDataLabels.
|
MicrosoftGraphWorkbookChart |
MicrosoftGraphWorkbookChart.withFormat(MicrosoftGraphWorkbookChartAreaFormat format) |
Set the format property: workbookChartAreaFormat.
|
MicrosoftGraphWorkbookChart |
MicrosoftGraphWorkbookChart.withHeight(Double height) |
Set the height property: Represents the height, in points, of the chart object.
|
MicrosoftGraphWorkbookChart |
MicrosoftGraphWorkbookChart.withId(String id) |
Set the id property: Read-only.
|
MicrosoftGraphWorkbookChart |
MicrosoftGraphWorkbookChart.withLeft(Double left) |
Set the left property: The distance, in points, from the left side of the chart to the worksheet origin.
|
MicrosoftGraphWorkbookChart |
MicrosoftGraphWorkbookChart.withLegend(MicrosoftGraphWorkbookChartLegend legend) |
Set the legend property: workbookChartLegend.
|
MicrosoftGraphWorkbookChart |
MicrosoftGraphWorkbookChart.withName(String name) |
Set the name property: Represents the name of a chart object.
|
MicrosoftGraphWorkbookChart |
MicrosoftGraphWorkbookChart.withSeries(List<MicrosoftGraphWorkbookChartSeries> series) |
Set the series property: Represents either a single series or collection of series in the chart.
|
MicrosoftGraphWorkbookChart |
MicrosoftGraphWorkbookChart.withTitle(MicrosoftGraphWorkbookChartTitle title) |
Set the title property: workbookChartTitle.
|
MicrosoftGraphWorkbookChart |
MicrosoftGraphWorkbookChart.withTop(Double top) |
Set the top property: Represents the distance, in points, from the top edge of the object to the top of row 1 (on
a worksheet) or the top of the chart area (on a chart).
|
MicrosoftGraphWorkbookChart |
MicrosoftGraphWorkbookChart.withWidth(Double width) |
Set the width property: Represents the width, in points, of the chart object.
|
MicrosoftGraphWorkbookChart |
MicrosoftGraphWorkbookChart.withWorksheet(MicrosoftGraphWorkbookWorksheet worksheet) |
Set the worksheet property: workbookWorksheet.
|