Class ChartAxis


  • public class ChartAxis
    extends Object
    Author:
    Yohann Chastagnier
    • Method Detail

      • getTitle

        public String getTitle()
        Gets the title of the axis.
        Returns:
        the title as string.
      • setTitle

        public ChartAxis setTitle​(String title)
        Sets the title of the axis.
        Parameters:
        title - the title to set.
        Returns:
        the current instance of ChartAxis.