Skip to main content
All docs
V24.1

TdxChartStandardPaletteRepository.Default Property

Provides access to the default chart palette.

Declaration

class property Default: TdxChartPalette read;

Property Value

Type Description
TdxChartPalette

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