vcl-dxchartpalette-dot-tdxchartpalette.md
Returns the predefined palette’s name.
property Name: string read;
| Type | Description |
|---|---|
| string |
The palette name defined at initialization.
Refer to the Predefined Palette List in the Remarks section for the full list of predefined palette names.
|
The standard chart palette repository contains 49 predefined palettes. You can call the TdxChartStandardPaletteRepository.FindPalette class function to access any predefined palette by its unique name.
See Also