Back to Devexpress

TdxChartPaletteRepository.Items Property

vcl-dxchartpalette-dot-tdxchartpaletterepository-05e6d68d.md

latest1.2 KB
Original Source

TdxChartPaletteRepository.Items Property

Provides indexed access to stored user palettes.

Declaration

delphi
property Items[Index: Integer]: TdxChartUserPalette read; default;

Property Value

TypeDescription
TdxChartUserPalette

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

TdxChartPaletteRepository Class

TdxChartPaletteRepository Members

dxChartPalette Unit