Interface IChartReferenceLineGridModel

    • Method Detail

      • addReferenceLine

        ChartReferenceLine addReferenceLine()
        Creates new chart reference line and adds it to array.
        Returns:
        The created chart reference line
      • getLanguageManager

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

        ChartReferenceLines getReferenceLines()
        Gets the modelled chart reference line.
        Returns:
        The chart reference line array, never null
      • isReadOnly

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

        void removeReferenceLine​(ChartReferenceLine referenceLine)
        Removes chart reference line from array.
        Parameters:
        referenceLine - the chart reference line 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