Package com._1c.g5.v8.dt.chart
Interface IChartPaletteColorsProvider
- All Known Implementing Classes:
ChartPaletteColorsProvider
public interface IChartPaletteColorsProvider
The chart palette colors provider.
Provides standart color palettes and gradients.
-
Method Summary
Modifier and TypeMethodDescriptiongetColorPalette
(PaletteKind palette) Provides standart color palette.getGradientColors
(Color firstColor, int count) Provides gradient colors.
-
Method Details
-
getColorPalette
Provides standart color palette.- Parameters:
palette
- the standart color palette, cannot benull
- Returns:
- list of specified standart palette colors, never
null
-
getGradientColors
Provides gradient colors.- Parameters:
firstColor
- the first gradient color, cannot benull
count
- the gradient color count- Returns:
- list of gradient colors, never
null
-