Interface InterpolateCallback


  • public interface InterpolateCallback
    Callback interface to be defined to customize the color on ColorAxis.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • interpolate

        Object interpolate​(double normalizedValue)
        Returns a IsColor or String instance which is representing a color.
        Parameters:
        normalizedValue - normalized value of the data set
        Returns:
        a IsColor or String instance which is representing a color