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

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

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






ChartData (Google Sheets API v4-rev20230526-2.0.0)












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

Class ChartData

    • Constructor Detail

      • ChartData

        public ChartData()
    • Method Detail

      • getAggregateType

        public String getAggregateType()
        The aggregation type for the series of a data source chart. Only supported for data source charts.
        Returns:
        value or null for none
      • setAggregateType

        public ChartData setAggregateType(String aggregateType)
        The aggregation type for the series of a data source chart. Only supported for data source charts.
        Parameters:
        aggregateType - aggregateType or null for none
      • getColumnReference

        public DataSourceColumnReference getColumnReference()
        The reference to the data source column that the data reads from.
        Returns:
        value or null for none
      • setColumnReference

        public ChartData setColumnReference(DataSourceColumnReference columnReference)
        The reference to the data source column that the data reads from.
        Parameters:
        columnReference - columnReference or null for none
      • getGroupRule

        public ChartGroupRule getGroupRule()
        The rule to group the data by if the ChartData backs the domain of a data source chart. Only supported for data source charts.
        Returns:
        value or null for none
      • setGroupRule

        public ChartData setGroupRule(ChartGroupRule groupRule)
        The rule to group the data by if the ChartData backs the domain of a data source chart. Only supported for data source charts.
        Parameters:
        groupRule - groupRule or null for none
      • getSourceRange

        public ChartSourceRange getSourceRange()
        The source ranges of the data.
        Returns:
        value or null for none
      • setSourceRange

        public ChartData setSourceRange(ChartSourceRange sourceRange)
        The source ranges of the data.
        Parameters:
        sourceRange - sourceRange or null for none
      • set

        public ChartData set(String fieldName,
                             Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public ChartData clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy