Class MicrosoftGraphWorkbookChart
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookChart
-
public final class MicrosoftGraphWorkbookChart extends MicrosoftGraphEntity
workbookChart.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphWorkbookChart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: workbookChart.MicrosoftGraphWorkbookChartAxesaxes()Get the axes property: workbookChartAxes.MicrosoftGraphWorkbookChartDataLabelsdataLabels()Get the dataLabels property: workbookChartDataLabels.MicrosoftGraphWorkbookChartAreaFormatformat()Get the format property: workbookChartAreaFormat.Doubleheight()Get the height property: Represents the height, in points, of the chart object.Doubleleft()Get the left property: The distance, in points, from the left side of the chart to the worksheet origin.MicrosoftGraphWorkbookChartLegendlegend()Get the legend property: workbookChartLegend.Stringname()Get the name property: Represents the name of a chart object.List<MicrosoftGraphWorkbookChartSeries>series()Get the series property: Represents either a single series or collection of series in the chart.MicrosoftGraphWorkbookChartTitletitle()Get the title property: workbookChartTitle.Doubletop()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).voidvalidate()Validates the instance.Doublewidth()Get the width property: Represents the width, in points, of the chart object.MicrosoftGraphWorkbookChartwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbookChart.MicrosoftGraphWorkbookChartwithAxes(MicrosoftGraphWorkbookChartAxes axes)Set the axes property: workbookChartAxes.MicrosoftGraphWorkbookChartwithDataLabels(MicrosoftGraphWorkbookChartDataLabels dataLabels)Set the dataLabels property: workbookChartDataLabels.MicrosoftGraphWorkbookChartwithFormat(MicrosoftGraphWorkbookChartAreaFormat format)Set the format property: workbookChartAreaFormat.MicrosoftGraphWorkbookChartwithHeight(Double height)Set the height property: Represents the height, in points, of the chart object.MicrosoftGraphWorkbookChartwithId(String id)Set the id property: Read-only.MicrosoftGraphWorkbookChartwithLeft(Double left)Set the left property: The distance, in points, from the left side of the chart to the worksheet origin.MicrosoftGraphWorkbookChartwithLegend(MicrosoftGraphWorkbookChartLegend legend)Set the legend property: workbookChartLegend.MicrosoftGraphWorkbookChartwithName(String name)Set the name property: Represents the name of a chart object.MicrosoftGraphWorkbookChartwithSeries(List<MicrosoftGraphWorkbookChartSeries> series)Set the series property: Represents either a single series or collection of series in the chart.MicrosoftGraphWorkbookChartwithTitle(MicrosoftGraphWorkbookChartTitle title)Set the title property: workbookChartTitle.MicrosoftGraphWorkbookChartwithTop(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).MicrosoftGraphWorkbookChartwithWidth(Double width)Set the width property: Represents the width, in points, of the chart object.MicrosoftGraphWorkbookChartwithWorksheet(MicrosoftGraphWorkbookWorksheet worksheet)Set the worksheet property: workbookWorksheet.MicrosoftGraphWorkbookWorksheetworksheet()Get the worksheet property: workbookWorksheet.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
height
public Double height()
Get the height property: Represents the height, in points, of the chart object.- Returns:
- the height value.
-
withHeight
public MicrosoftGraphWorkbookChart withHeight(Double height)
Set the height property: Represents the height, in points, of the chart object.- Parameters:
height- the height value to set.- Returns:
- the MicrosoftGraphWorkbookChart object itself.
-
left
public Double left()
Get the left property: The distance, in points, from the left side of the chart to the worksheet origin.- Returns:
- the left value.
-
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:
left- the left value to set.- Returns:
- the MicrosoftGraphWorkbookChart object itself.
-
name
public String name()
Get the name property: Represents the name of a chart object.- Returns:
- the name value.
-
withName
public MicrosoftGraphWorkbookChart withName(String name)
Set the name property: Represents the name of a chart object.- Parameters:
name- the name value to set.- Returns:
- the MicrosoftGraphWorkbookChart object itself.
-
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:
- the top value.
-
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:
top- the top value to set.- Returns:
- the MicrosoftGraphWorkbookChart object itself.
-
width
public Double width()
Get the width property: Represents the width, in points, of the chart object.- Returns:
- the width value.
-
withWidth
public MicrosoftGraphWorkbookChart withWidth(Double width)
Set the width property: Represents the width, in points, of the chart object.- Parameters:
width- the width value to set.- Returns:
- the MicrosoftGraphWorkbookChart object itself.
-
axes
public MicrosoftGraphWorkbookChartAxes axes()
Get the axes property: workbookChartAxes.- Returns:
- the axes value.
-
withAxes
public MicrosoftGraphWorkbookChart withAxes(MicrosoftGraphWorkbookChartAxes axes)
Set the axes property: workbookChartAxes.- Parameters:
axes- the axes value to set.- Returns:
- the MicrosoftGraphWorkbookChart object itself.
-
dataLabels
public MicrosoftGraphWorkbookChartDataLabels dataLabels()
Get the dataLabels property: workbookChartDataLabels.- Returns:
- the dataLabels value.
-
withDataLabels
public MicrosoftGraphWorkbookChart withDataLabels(MicrosoftGraphWorkbookChartDataLabels dataLabels)
Set the dataLabels property: workbookChartDataLabels.- Parameters:
dataLabels- the dataLabels value to set.- Returns:
- the MicrosoftGraphWorkbookChart object itself.
-
format
public MicrosoftGraphWorkbookChartAreaFormat format()
Get the format property: workbookChartAreaFormat.- Returns:
- the format value.
-
withFormat
public MicrosoftGraphWorkbookChart withFormat(MicrosoftGraphWorkbookChartAreaFormat format)
Set the format property: workbookChartAreaFormat.- Parameters:
format- the format value to set.- Returns:
- the MicrosoftGraphWorkbookChart object itself.
-
legend
public MicrosoftGraphWorkbookChartLegend legend()
Get the legend property: workbookChartLegend.- Returns:
- the legend value.
-
withLegend
public MicrosoftGraphWorkbookChart withLegend(MicrosoftGraphWorkbookChartLegend legend)
Set the legend property: workbookChartLegend.- Parameters:
legend- the legend value to set.- Returns:
- the MicrosoftGraphWorkbookChart object itself.
-
series
public List<MicrosoftGraphWorkbookChartSeries> series()
Get the series property: Represents either a single series or collection of series in the chart. Read-only.- Returns:
- the series value.
-
withSeries
public MicrosoftGraphWorkbookChart withSeries(List<MicrosoftGraphWorkbookChartSeries> series)
Set the series property: Represents either a single series or collection of series in the chart. Read-only.- Parameters:
series- the series value to set.- Returns:
- the MicrosoftGraphWorkbookChart object itself.
-
title
public MicrosoftGraphWorkbookChartTitle title()
Get the title property: workbookChartTitle.- Returns:
- the title value.
-
withTitle
public MicrosoftGraphWorkbookChart withTitle(MicrosoftGraphWorkbookChartTitle title)
Set the title property: workbookChartTitle.- Parameters:
title- the title value to set.- Returns:
- the MicrosoftGraphWorkbookChart object itself.
-
worksheet
public MicrosoftGraphWorkbookWorksheet worksheet()
Get the worksheet property: workbookWorksheet.- Returns:
- the worksheet value.
-
withWorksheet
public MicrosoftGraphWorkbookChart withWorksheet(MicrosoftGraphWorkbookWorksheet worksheet)
Set the worksheet property: workbookWorksheet.- Parameters:
worksheet- the worksheet value to set.- Returns:
- the MicrosoftGraphWorkbookChart object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: workbookChart.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookChart withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbookChart.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookChart object itself.
-
withId
public MicrosoftGraphWorkbookChart withId(String id)
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-