Class WorkbookChartAxes

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

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

    • categoryAxis

      @SerializedName(value="categoryAxis", alternate="CategoryAxis") @Expose @Nullable public WorkbookChartAxis categoryAxis
      The Category Axis. Represents the category axis in a chart. Read-only.
    • seriesAxis

      @SerializedName(value="seriesAxis", alternate="SeriesAxis") @Expose @Nullable public WorkbookChartAxis seriesAxis
      The Series Axis. Represents the series axis of a 3-dimensional chart. Read-only.
    • valueAxis

      @SerializedName(value="valueAxis", alternate="ValueAxis") @Expose @Nullable public WorkbookChartAxis valueAxis
      The Value Axis. Represents the value axis in an axis. Read-only.
  • Constructor Details

    • WorkbookChartAxes

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