Class WorkbookChartSeries

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

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

    • name

      @SerializedName(value="name", alternate="Name") @Expose @Nullable public String name
      The Name. Represents the name of a series in a chart.
    • format

      @SerializedName(value="format", alternate="Format") @Expose @Nullable public WorkbookChartSeriesFormat format
      The Format. Represents the formatting of a chart series, which includes fill and line formatting. Read-only.
    • points

      @SerializedName(value="points", alternate="Points") @Expose @Nullable public WorkbookChartPointCollectionPage points
      The Points. Represents a collection of all points in the series. Read-only.
  • Constructor Details

    • WorkbookChartSeries

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