TdxChartPaletteRepository.Items Property
In This Article
Provides indexed access to stored user palettes.
#Declaration
Delphi
property Items[Index: Integer]: TdxChartUserPalette read; default;
#Property Value
Type | Description |
---|---|
Tdx |
A chart user palette. |
#Remarks
Use the Items
property to access all user palettes stored in the repository component. The Count property returns the number of palettes accessible through the Items
property.
You can call the FindPalette function to access both standard and stored user palettes by their unique names.
See Also