Interface ChartAxisLabelOptions.Builder

    • Method Detail

      • visibility

        ChartAxisLabelOptions.Builder visibility​(String visibility)

        The visibility of an axis label on a chart. Choose one of the following options:

        • VISIBLE: Shows the axis.

        • HIDDEN: Hides the axis.

        Parameters:
        visibility - The visibility of an axis label on a chart. Choose one of the following options:

        • VISIBLE: Shows the axis.

        • HIDDEN: Hides the axis.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • visibility

        ChartAxisLabelOptions.Builder visibility​(Visibility visibility)

        The visibility of an axis label on a chart. Choose one of the following options:

        • VISIBLE: Shows the axis.

        • HIDDEN: Hides the axis.

        Parameters:
        visibility - The visibility of an axis label on a chart. Choose one of the following options:

        • VISIBLE: Shows the axis.

        • HIDDEN: Hides the axis.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • sortIconVisibility

        ChartAxisLabelOptions.Builder sortIconVisibility​(String sortIconVisibility)

        The visibility configuration of the sort icon on a chart's axis label.

        Parameters:
        sortIconVisibility - The visibility configuration of the sort icon on a chart's axis label.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • sortIconVisibility

        ChartAxisLabelOptions.Builder sortIconVisibility​(Visibility sortIconVisibility)

        The visibility configuration of the sort icon on a chart's axis label.

        Parameters:
        sortIconVisibility - The visibility configuration of the sort icon on a chart's axis label.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • axisLabelOptions

        ChartAxisLabelOptions.Builder axisLabelOptions​(Collection<AxisLabelOptions> axisLabelOptions)

        The label options for a chart axis.

        Parameters:
        axisLabelOptions - The label options for a chart axis.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • axisLabelOptions

        ChartAxisLabelOptions.Builder axisLabelOptions​(AxisLabelOptions... axisLabelOptions)

        The label options for a chart axis.

        Parameters:
        axisLabelOptions - The label options for a chart axis.
        Returns:
        Returns a reference to this object so that method calls can be chained together.