Interface XAxisChartSettingsBuilder<T extends XAxisChartSettingsBuilder>

    • Method Detail

      • xAxisTitle

        T xAxisTitle​(String title)
        Set the X axis title.
        Returns:
        The DisplayerSettingsBuilder instance that is being used to configure a DisplayerSettings.
      • xAxisAngle

        T xAxisAngle​(int angle)
        Set the X axis labels display angle (from 0 to 360).
        Returns:
        The DisplayerSettingsBuilder instance that is being used to configure a DisplayerSettings.
      • yAxisTitle

        T yAxisTitle​(String title)
        Set the Y axis title.
        Returns:
        The DisplayerSettingsBuilder instance that is being used to configure a DisplayerSettings.
      • yAxisShowLabels

        T yAxisShowLabels​(boolean axisShowLabels)
        Set if the Y axis labels should be displayed
        Returns:
        The DisplayerSettingsBuilder instance that is being used to configure a DisplayerSettings.
      • xAxisShowLabels

        T xAxisShowLabels​(boolean axisShowLabels)
        Set if the X axis labels should be displayed
        Returns:
        The DisplayerSettingsBuilder instance that is being used to configure a DisplayerSettings.