Interface TrendlineGridItem

    • Method Detail

      • getColumn1

        String getColumn1()
        Returns the value of the 'Column1' attribute. The grid's 1st column value. Can be a string representation of 'approximation type' or 'approximation degree' value of trendline, depending on context.
        Returns:
        the value of the 'Column1' attribute.
        See Also:
        setColumn1(String), ChartAefPackage.getTrendlineGridItem_Column1()
      • setColumn1

        void setColumn1​(String value)
        Sets the value of the 'Column1' attribute.
        Parameters:
        value - the new value of the 'Column1' attribute.
        See Also:
        getColumn1()
      • getColumn2

        String getColumn2()
        Returns the value of the 'Column2' attribute. The grid's 2nd column value. Can be a string representation of 'factor' or 'stock chart used point value' value of trendline, depending on context.
        Returns:
        the value of the 'Column2' attribute.
        See Also:
        setColumn2(String), ChartAefPackage.getTrendlineGridItem_Column2()
      • setColumn2

        void setColumn2​(String value)
        Sets the value of the 'Column2' attribute.
        Parameters:
        value - the new value of the 'Column2' attribute.
        See Also:
        getColumn2()
      • setColumn3

        void setColumn3​(String value)
        Sets the value of the 'Column3' attribute.
        Parameters:
        value - the new value of the 'Column3' attribute.
        See Also:
        getColumn3()
      • setColumn4

        void setColumn4​(String value)
        Sets the value of the 'Column4' attribute.
        Parameters:
        value - the new value of the 'Column4' attribute.
        See Also:
        getColumn4()
      • isColumn5

        boolean isColumn5()
        Returns the value of the 'Column5' attribute. The grid's 5th column value. Can be a boolean representation of 'show in legend' or 'show equation' or 'show determination factor' value of trendline, depending on context.
        Returns:
        the value of the 'Column5' attribute.
        See Also:
        setColumn5(boolean), ChartAefPackage.getTrendlineGridItem_Column5()
      • setColumn5

        void setColumn5​(boolean value)
        Sets the value of the 'Column5' attribute.
        Parameters:
        value - the new value of the 'Column5' attribute.
        See Also:
        isColumn5()