Interface IsNumericTick

    • Method Detail

      • getTickOptionsHandler

        org.pepstock.charba.client.configuration.NumericTickOptionsHandler getTickOptionsHandler()
        Returns the linear tick options handler instance, for callbacks.
        Returns:
        the linear tick options handler instance, for callbacks
      • getNumberFormat

        IsNumberFormat getNumberFormat()
        Returns the number format instance.
        Returns:
        the number format instance
      • getNumberFormatCallback

        default NumberFormatCallback getNumberFormatCallback()
        Returns the callback to set the number formatting options.
        Returns:
        the callback instance to use
      • setNumberFormat

        default void setNumberFormat​(NumberFormatCallback numberFormatCallback)
        Sets the number formatting options.
        Parameters:
        numberFormatCallback - the callback instance to use
      • setNumberFormat

        default void setNumberFormat​(NativeCallback numberFormatCallback)
        Sets the number formatting options.
        Parameters:
        numberFormatCallback - the callback instance to use