Interface UiChart<D>

    • Method Detail

      • getLegnedPlacement

        io.github.mmm.base.placement.Direction getLegnedPlacement()
        Returns:
        the Direction where the legend should be placed. Will be null if legend is disabled.
      • setLegendPlacement

        void setLegendPlacement​(io.github.mmm.base.placement.Direction placement)
        Parameters:
        placement - the new value of getLegnedPlacement().
      • setData

        void setData​(UiDataSet<D>... dataSets)
        Parameters:
        dataSets - the UiDataSets to set and display by this chart.