Interface ChartSeries

    • Method Detail

      • setTitle

        void setTitle​(java.lang.String title)
        Deprecated.
        Sets the title of the series as a string literal.
        Parameters:
        title -
      • setTitle

        void setTitle​(CellReference titleReference)
        Deprecated.
        Sets the title of the series as a cell reference.
        Parameters:
        titleReference -
      • getTitleString

        java.lang.String getTitleString()
        Deprecated.
        Returns:
        title as string literal.
      • getTitleCellReference

        CellReference getTitleCellReference()
        Deprecated.
        Returns:
        title as cell reference.
      • getTitleType

        TitleType getTitleType()
        Deprecated.
        Returns:
        title type.