vcl-dxchartpalette-32fea71f.md
A repository for standard palettes used in a Chart control.
TdxChartStandardPaletteRepository = class(
TObject
)
The TdxChartStandardPaletteRepository class provides access to all standard (predefined) chart palettes stored at the global level.
Note
You cannot manage the list of standard palettes or customize them. However, you can add a TdxChartPaletteRepository component to create and manage custom palettes.
The list below outlines key members of the TdxChartStandardPaletteRepository class. These members allow you to work with predefined chart palettes.
CountReturns the number of predefined chart palettes.DefaultProvides access to the default palette.FindPalette
Returns the predefined palette with the specified name.
Tip
You can pass any name from the full standard palette list as a parameter of the FindPalette function.
GetAllReturns an array populated with all predefined chart palettes.
The following list contains all names of available standard palettes:
TObject TdxChartStandardPaletteRepository
See Also
TdxChartPaletteRepository Class