Interface IChartReferenceBandGridModel

    • Method Detail

      • addReferenceBand

        ChartReferenceBand addReferenceBand()
        Creates new chart reference band and adds it to array.
        Returns:
        The created chart reference band
      • getLanguageManager

        IEditingLanguageManager getLanguageManager()
        Gets the language manager.
        Returns:
        The language manager, never null
      • getReferenceBands

        ChartReferenceBands getReferenceBands()
        Gets the modelled chart reference band.
        Returns:
        The chart reference array, never null
      • isReadOnly

        boolean isReadOnly()
        Checks if this model is read only.
        Returns:
        true if this model is read only
      • removeReferenceBand

        void removeReferenceBand​(ChartReferenceBand referenceBand)
        Removes chart reference band from array.
        Parameters:
        referenceBand - the chart reference band for removal
      • getProject

        IV8Project getProject()
        Gets the project.
        Returns:
        The project, never null
      • getChart

        Chart getChart()
        Gets the chart object.
        Returns:
        the chart, never null