TdxChartStandardPaletteRepository Class
A repository for standard palettes used in a Chart control.
Declaration
TdxChartStandardPaletteRepository = class(
TObject
)
Remarks
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.
Main API Members
The list below outlines key members of the TdxChartStandardPaletteRepository
class. These members allow you to work with predefined chart palettes.
- Count
- Returns the number of predefined chart palettes.
- Default
- Provides 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.
- GetAll
- Returns an array populated with all predefined chart palettes.
Full Standard Palette List
The following list contains all names of available standard palettes:
A
- Apex
- Aspect
B
- Black and White
- Blue
- Blue Green
- Blue II
- Blue Warm
C
- Chameleon
- Civic
- Concourse
D
- Default
E
- Equity
F
- Flow
- Foundry
G
- Grayscale
- Green
- Green Yellow
I
- In A Fog
M
- Marquee
- Median
- Metro
- Mixed
- Module
N
- Nature Colors
- Northern Lights
O
- Office
- Office 2013
- Opulent
- Orange
- Orange Red
- Oriel
- Origin
P
- Paper
- Pastel Kit
R
- Red
- Red Orange
- Red Violet
S
- Slipstream
- Solstice
T
- Technic
- Terracotta Pie
- The Trees
- Trek
U
- Urban
V
- Verve
- Violet
- Violet II
Y
- Yellow
- Yellow Orange
Inheritance
TObject
TdxChartStandardPaletteRepository
See Also