TdxChartStandardPaletteRepository.Default Property
In This Article
Provides access to the default chart palette.
#Declaration
Delphi
class property Default: TdxChartPalette read;
#Property Value
Type | Description |
---|---|
Tdx |
The default chart palette. |
#Remarks
You can call the FindPalette class function to obtain any standard palette by name.
The Default
class property defines the default Palette property value of a Chart control.
See Also