Class WorkbookChartAxisTitle

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.WorkbookChartAxisTitle
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WorkbookChartAxisTitle extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Workbook Chart Axis Title.
  • Field Details

    • text

      @SerializedName(value="text", alternate="Text") @Expose @Nullable public String text
      The Text. Represents the axis title.
    • visible

      @SerializedName(value="visible", alternate="Visible") @Expose @Nullable public Boolean visible
      The Visible. A boolean that specifies the visibility of an axis title.
    • format

      @SerializedName(value="format", alternate="Format") @Expose @Nullable public WorkbookChartAxisTitleFormat format
      The Format. Represents the formatting of chart axis title. Read-only.
  • Constructor Details

    • WorkbookChartAxisTitle

      public WorkbookChartAxisTitle()
  • 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