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 Details

    • position

      @SerializedName(value="position", alternate="Position") @Expose @Nullable public String 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

      @SerializedName(value="separator", alternate="Separator") @Expose @Nullable public String 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 showBubbleSize
      The 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 showCategoryName
      The 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 showLegendKey
      The 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 showPercentage
      The Show Percentage. Boolean value representing if the data label percentage is visible or not.
    • showSeriesName

      @SerializedName(value="showSeriesName", alternate="ShowSeriesName") @Expose @Nullable public Boolean showSeriesName
      The 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 showValue
      The Show Value. Boolean value representing if the data label value is visible or not.
    • format

      @SerializedName(value="format", alternate="Format") @Expose @Nullable public WorkbookChartDataLabelFormat format
      The 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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to