All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.sheets.v4.model.ChartAxisViewWindowOptions.html Maven / Gradle / Ivy

There is a newer version: v4-rev20240423-2.0.0
Show newest version






ChartAxisViewWindowOptions (Google Sheets API v4-rev20240312-2.0.0)












com.google.api.services.sheets.v4.model

Class ChartAxisViewWindowOptions

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>


    public final class ChartAxisViewWindowOptions
    extends com.google.api.client.json.GenericJson
    The options that define a "view window" for a chart (such as the visible values in an axis).

    This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Sheets API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • ChartAxisViewWindowOptions

        public ChartAxisViewWindowOptions()
    • Method Detail

      • getViewWindowMax

        public Double getViewWindowMax()
        The maximum numeric value to be shown in this view window. If unset, will automatically determine a maximum value that looks good for the data.
        Returns:
        value or null for none
      • setViewWindowMax

        public ChartAxisViewWindowOptions setViewWindowMax(Double viewWindowMax)
        The maximum numeric value to be shown in this view window. If unset, will automatically determine a maximum value that looks good for the data.
        Parameters:
        viewWindowMax - viewWindowMax or null for none
      • getViewWindowMin

        public Double getViewWindowMin()
        The minimum numeric value to be shown in this view window. If unset, will automatically determine a minimum value that looks good for the data.
        Returns:
        value or null for none
      • setViewWindowMin

        public ChartAxisViewWindowOptions setViewWindowMin(Double viewWindowMin)
        The minimum numeric value to be shown in this view window. If unset, will automatically determine a minimum value that looks good for the data.
        Parameters:
        viewWindowMin - viewWindowMin or null for none
      • getViewWindowMode

        public String getViewWindowMode()
        The view window's mode.
        Returns:
        value or null for none
      • setViewWindowMode

        public ChartAxisViewWindowOptions setViewWindowMode(String viewWindowMode)
        The view window's mode.
        Parameters:
        viewWindowMode - viewWindowMode or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy