MicrosoftGraphWorkbookChart Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphWorkbookChart
- com.
- com.
public final class MicrosoftGraphWorkbookChart
extends MicrosoftGraphEntity
workbookChart.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphWorkbookChart() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Microsoft |
axes()
Get the axes property: workbook |
Microsoft |
dataLabels()
Get the data |
Microsoft |
format()
Get the format property: workbook |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Double |
height()
Get the height property: Represents the height, in points, of the chart object. |
Double |
left()
Get the left property: The distance, in points, from the left side of the chart to the worksheet origin. |
Microsoft |
legend()
Get the legend property: workbook |
String |
name()
Get the name property: Represents the name of a chart object. |
List<Microsoft |
series()
Get the series property: Represents either a single series or collection of series in the chart. |
Microsoft |
title()
Get the title property: workbook |
Json |
toJson(JsonWriter jsonWriter) |
Double |
top()
Get 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). |
void |
validate()
Validates the instance. |
Double |
width()
Get the width property: Represents the width, in points, of the chart object. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withAxes(MicrosoftGraphWorkbookChartAxes axes)
Set the axes property: workbook |
Microsoft |
withDataLabels(MicrosoftGraphWorkbookChartDataLabels dataLabels)
Set the data |
Microsoft |
withFormat(MicrosoftGraphWorkbookChartAreaFormat format)
Set the format property: workbook |
Microsoft |
withHeight(Double height)
Set the height property: Represents the height, in points, of the chart object. |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withLeft(Double left)
Set the left property: The distance, in points, from the left side of the chart to the worksheet origin. |
Microsoft |
withLegend(MicrosoftGraphWorkbookChartLegend legend)
Set the legend property: workbook |
Microsoft |
withName(String name)
Set the name property: Represents the name of a chart object. |
Microsoft |
withSeries(List<MicrosoftGraphWorkbookChartSeries> series)
Set the series property: Represents either a single series or collection of series in the chart. |
Microsoft |
withTitle(MicrosoftGraphWorkbookChartTitle title)
Set the title property: workbook |
Microsoft |
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). |
Microsoft |
withWidth(Double width)
Set the width property: Represents the width, in points, of the chart object. |
Microsoft |
withWorksheet(MicrosoftGraphWorkbookWorksheet worksheet)
Set the worksheet property: workbook |
Microsoft |
worksheet()
Get the worksheet property: workbook |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphWorkbookChart
public MicrosoftGraphWorkbookChart()
Creates an instance of MicrosoftGraphWorkbookChart class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: workbookChart.
Overrides:
MicrosoftGraphWorkbookChart.additionalProperties()Returns:
axes
public MicrosoftGraphWorkbookChartAxes axes()
Get the axes property: workbookChartAxes.
Returns:
dataLabels
public MicrosoftGraphWorkbookChartDataLabels dataLabels()
Get the dataLabels property: workbookChartDataLabels.
Returns:
format
public MicrosoftGraphWorkbookChartAreaFormat format()
Get the format property: workbookChartAreaFormat.
Returns:
fromJson
public static MicrosoftGraphWorkbookChart fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphWorkbookChart from the JsonReader.
Parameters:
Returns:
Throws:
height
public Double height()
Get the height property: Represents the height, in points, of the chart object.
Returns:
left
public Double left()
Get the left property: The distance, in points, from the left side of the chart to the worksheet origin.
Returns:
legend
public MicrosoftGraphWorkbookChartLegend legend()
Get the legend property: workbookChartLegend.
Returns:
name
public String name()
Get the name property: Represents the name of a chart object.
Returns:
series
public List
Get the series property: Represents either a single series or collection of series in the chart. Read-only.
Returns:
title
public MicrosoftGraphWorkbookChartTitle title()
Get the title property: workbookChartTitle.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphWorkbookChart.toJson(JsonWriter jsonWriter)Parameters:
Throws:
top
public Double top()
Get 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).
Returns:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphWorkbookChart.validate()width
public Double width()
Get the width property: Represents the width, in points, of the chart object.
Returns:
withAdditionalProperties
public MicrosoftGraphWorkbookChart withAdditionalProperties(Map
Set the additionalProperties property: workbookChart.
Overrides:
MicrosoftGraphWorkbookChart.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withAxes
public MicrosoftGraphWorkbookChart withAxes(MicrosoftGraphWorkbookChartAxes axes)
Set the axes property: workbookChartAxes.
Parameters:
Returns:
withDataLabels
public MicrosoftGraphWorkbookChart withDataLabels(MicrosoftGraphWorkbookChartDataLabels dataLabels)
Set the dataLabels property: workbookChartDataLabels.
Parameters:
Returns:
withFormat
public MicrosoftGraphWorkbookChart withFormat(MicrosoftGraphWorkbookChartAreaFormat format)
Set the format property: workbookChartAreaFormat.
Parameters:
Returns:
withHeight
public MicrosoftGraphWorkbookChart withHeight(Double height)
Set the height property: Represents the height, in points, of the chart object.
Parameters:
Returns:
withId
public MicrosoftGraphWorkbookChart withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphWorkbookChart.withId(String id)Parameters:
withLeft
public MicrosoftGraphWorkbookChart withLeft(Double left)
Set the left property: The distance, in points, from the left side of the chart to the worksheet origin.
Parameters:
Returns:
withLegend
public MicrosoftGraphWorkbookChart withLegend(MicrosoftGraphWorkbookChartLegend legend)
Set the legend property: workbookChartLegend.
Parameters:
Returns:
withName
public MicrosoftGraphWorkbookChart withName(String name)
Set the name property: Represents the name of a chart object.
Parameters:
Returns:
withSeries
public MicrosoftGraphWorkbookChart withSeries(List
Set the series property: Represents either a single series or collection of series in the chart. Read-only.
Parameters:
Returns:
withTitle
public MicrosoftGraphWorkbookChart withTitle(MicrosoftGraphWorkbookChartTitle title)
Set the title property: workbookChartTitle.
Parameters:
Returns:
withTop
public 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).
Parameters:
Returns:
withWidth
public MicrosoftGraphWorkbookChart withWidth(Double width)
Set the width property: Represents the width, in points, of the chart object.
Parameters:
Returns:
withWorksheet
public MicrosoftGraphWorkbookChart withWorksheet(MicrosoftGraphWorkbookWorksheet worksheet)
Set the worksheet property: workbookWorksheet.
Parameters:
Returns:
worksheet
public MicrosoftGraphWorkbookWorksheet worksheet()
Get the worksheet property: workbookWorksheet.
Returns:
Applies to
Azure SDK for Java