public class WorkbookChartDataLabels extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
WorkbookChartDataLabelFormat |
format
The Format.
|
java.lang.String |
position
The Position.
|
java.lang.String |
separator
The Separator.
|
java.lang.Boolean |
showBubbleSize
The Show Bubble Size.
|
java.lang.Boolean |
showCategoryName
The Show Category Name.
|
java.lang.Boolean |
showLegendKey
The Show Legend Key.
|
java.lang.Boolean |
showPercentage
The Show Percentage.
|
java.lang.Boolean |
showSeriesName
The Show Series Name.
|
java.lang.Boolean |
showValue
The Show Value.
|
Constructor and Description |
---|
WorkbookChartDataLabels() |
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="position", alternate="Position") @Expose @Nullable public java.lang.String position
@SerializedName(value="separator", alternate="Separator") @Expose @Nullable public java.lang.String separator
@SerializedName(value="showBubbleSize", alternate="ShowBubbleSize") @Expose @Nullable public java.lang.Boolean showBubbleSize
@SerializedName(value="showCategoryName", alternate="ShowCategoryName") @Expose @Nullable public java.lang.Boolean showCategoryName
@SerializedName(value="showLegendKey", alternate="ShowLegendKey") @Expose @Nullable public java.lang.Boolean showLegendKey
@SerializedName(value="showPercentage", alternate="ShowPercentage") @Expose @Nullable public java.lang.Boolean showPercentage
@SerializedName(value="showSeriesName", alternate="ShowSeriesName") @Expose @Nullable public java.lang.Boolean showSeriesName
@SerializedName(value="showValue", alternate="ShowValue") @Expose @Nullable public java.lang.Boolean showValue
@SerializedName(value="format", alternate="Format") @Expose @Nullable public WorkbookChartDataLabelFormat format
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