public class WorkbookChart extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
WorkbookChartAxes |
axes
The Axes.
|
WorkbookChartDataLabels |
dataLabels
The Data Labels.
|
WorkbookChartAreaFormat |
format
The Format.
|
java.lang.Double |
height
The Height.
|
java.lang.Double |
left
The Left.
|
WorkbookChartLegend |
legend
The Legend.
|
java.lang.String |
name
The Name.
|
WorkbookChartSeriesCollectionPage |
series
The Series.
|
WorkbookChartTitle |
title
The Title.
|
java.lang.Double |
top
The Top.
|
java.lang.Double |
width
The Width.
|
WorkbookWorksheet |
worksheet
The Worksheet.
|
Constructor and Description |
---|
WorkbookChart() |
Modifier and Type | Method and Description |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="height", alternate="Height") @Expose @Nullable public java.lang.Double height
@SerializedName(value="left", alternate="Left") @Expose @Nullable public java.lang.Double left
@SerializedName(value="name", alternate="Name") @Expose @Nullable public java.lang.String name
@SerializedName(value="top", alternate="Top") @Expose @Nullable public java.lang.Double top
@SerializedName(value="width", alternate="Width") @Expose @Nullable public java.lang.Double width
@SerializedName(value="axes", alternate="Axes") @Expose @Nullable public WorkbookChartAxes axes
@SerializedName(value="dataLabels", alternate="DataLabels") @Expose @Nullable public WorkbookChartDataLabels dataLabels
@SerializedName(value="format", alternate="Format") @Expose @Nullable public WorkbookChartAreaFormat format
@SerializedName(value="legend", alternate="Legend") @Expose @Nullable public WorkbookChartLegend legend
@SerializedName(value="series", alternate="Series") @Expose @Nullable public WorkbookChartSeriesCollectionPage series
@SerializedName(value="title", alternate="Title") @Expose @Nullable public WorkbookChartTitle title
@SerializedName(value="worksheet", alternate="Worksheet") @Expose @Nullable public WorkbookWorksheet worksheet
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to