Interface IChartPaletteColorsProvider


  • public interface IChartPaletteColorsProvider
    The chart palette colors provider. Provides standart color palettes and gradients.
    • Method Detail

      • getColorPalette

        List<Color> getColorPalette​(PaletteKind palette)
        Provides standart color palette.
        Parameters:
        palette - the standart color palette, cannot be null
        Returns:
        list of specified standart palette colors, never null
      • getGradientColors

        List<Color> getGradientColors​(Color firstColor,
                                      int count)
        Provides gradient colors.
        Parameters:
        firstColor - the first gradient color, cannot be null
        count - the gradient color count
        Returns:
        list of gradient colors, never null