Class WorkbookChartGridlines

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

public class WorkbookChartGridlines extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Workbook Chart Gridlines.
  • Field Details

    • visible

      @SerializedName(value="visible", alternate="Visible") @Expose @Nullable public Boolean visible
      The Visible. Boolean value representing if the axis gridlines are visible or not.
    • format

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

    • WorkbookChartGridlines

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