Class WorkbookChart

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

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

    • height

      @SerializedName(value="height", alternate="Height") @Expose @Nullable public Double height
      The Height. Represents the height, in points, of the chart object.
    • left

      @SerializedName(value="left", alternate="Left") @Expose @Nullable public Double left
      The Left. The distance, in points, from the left side of the chart to the worksheet origin.
    • name

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

      @SerializedName(value="top", alternate="Top") @Expose @Nullable public Double top
      The Top. Represents the distance, in points, from the top edge of the object to the top of row 1 (on a worksheet) or the top of the chart area (on a chart).
    • width

      @SerializedName(value="width", alternate="Width") @Expose @Nullable public Double width
      The Width. Represents the width, in points, of the chart object.
    • axes

      @SerializedName(value="axes", alternate="Axes") @Expose @Nullable public WorkbookChartAxes axes
      The Axes. Represents chart axes. Read-only.
    • dataLabels

      @SerializedName(value="dataLabels", alternate="DataLabels") @Expose @Nullable public WorkbookChartDataLabels dataLabels
      The Data Labels. Represents the datalabels on the chart. Read-only.
    • format

      @SerializedName(value="format", alternate="Format") @Expose @Nullable public WorkbookChartAreaFormat format
      The Format. Encapsulates the format properties for the chart area. Read-only.
    • legend

      @SerializedName(value="legend", alternate="Legend") @Expose @Nullable public WorkbookChartLegend legend
      The Legend. Represents the legend for the chart. Read-only.
    • series

      @SerializedName(value="series", alternate="Series") @Expose @Nullable public WorkbookChartSeriesCollectionPage series
      The Series. Represents either a single series or collection of series in the chart. Read-only.
    • title

      @SerializedName(value="title", alternate="Title") @Expose @Nullable public WorkbookChartTitle title
      The Title. Represents the title of the specified chart, including the text, visibility, position and formating of the title. Read-only.
    • worksheet

      @SerializedName(value="worksheet", alternate="Worksheet") @Expose @Nullable public WorkbookWorksheet worksheet
      The Worksheet. The worksheet containing the current chart. Read-only.
  • Constructor Details

    • WorkbookChart

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