Skip to main content
All docs
V25.2
  • TdxChartPaletteRepository.Items Property

    Provides indexed access to stored user palettes.

    Declaration

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

    Property Value

    Type Description
    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