Package com.microsoft.graph.models
Class WorkbookChartDataLabels
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.WorkbookChartDataLabels
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class WorkbookChartDataLabels
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Workbook Chart Data Labels.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Format.The Position.The Separator.The Show Bubble Size.The Show Category Name.The Show Legend Key.The Show Percentage.The Show Series Name.The Show Value. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
position
The Position. DataLabelPosition value that represents the position of the data label. The possible values are: None, Center, InsideEnd, InsideBase, OutsideEnd, Left, Right, Top, Bottom, BestFit, Callout. -
separator
The Separator. String representing the separator used for the data labels on a chart. -
showBubbleSize
@SerializedName(value="showBubbleSize", alternate="ShowBubbleSize") @Expose @Nullable public Boolean showBubbleSizeThe Show Bubble Size. Boolean value representing if the data label bubble size is visible or not. -
showCategoryName
@SerializedName(value="showCategoryName", alternate="ShowCategoryName") @Expose @Nullable public Boolean showCategoryNameThe Show Category Name. Boolean value representing if the data label category name is visible or not. -
showLegendKey
@SerializedName(value="showLegendKey", alternate="ShowLegendKey") @Expose @Nullable public Boolean showLegendKeyThe Show Legend Key. Boolean value representing if the data label legend key is visible or not. -
showPercentage
@SerializedName(value="showPercentage", alternate="ShowPercentage") @Expose @Nullable public Boolean showPercentageThe Show Percentage. Boolean value representing if the data label percentage is visible or not. -
showSeriesName
@SerializedName(value="showSeriesName", alternate="ShowSeriesName") @Expose @Nullable public Boolean showSeriesNameThe Show Series Name. Boolean value representing if the data label series name is visible or not. -
showValue
@SerializedName(value="showValue", alternate="ShowValue") @Expose @Nullable public Boolean showValueThe Show Value. Boolean value representing if the data label value is visible or not. -
format
@SerializedName(value="format", alternate="Format") @Expose @Nullable public WorkbookChartDataLabelFormat formatThe Format. Represents the format of chart data labels, which includes fill and font formatting. Read-only.
-
-
Constructor Details
-
WorkbookChartDataLabels
public WorkbookChartDataLabels()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classEntity
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-