Module xaos.ui.plot

Interface Pluggable

    • Method Detail

      • getChart

        Chart getChart()
        Returns:
        The "pluggable" chart.
      • getPlotChildren

        ObservableList<Node> getPlotChildren()
        Returns:
        The pluggable chart's plot children list.
      • getPlugins

        ObservableList<Plugin> getPlugins()
        Returns:
        A non-null list of plugins added to the chart.
      • isNotShownInLegend

        boolean isNotShownInLegend​(String seriesName)
        Returns whether the series with the given name is displayed in chart Legend or not.
        Parameters:
        seriesName - The name of the series to be checked.
        Returns:
        true if the series with the given name is not shown in chart Legend.
      • setNotShownInLegend

        void setNotShownInLegend​(String seriesName)
        Specifies a series to not be shown in chart Legend.
        Parameters:
        seriesName - The name of the series to not be shown in chart Legend.