Skip to main content
All docs
V25.1
  • TdxChartUserPalette.Repository Property

    Provides access to the repository component to which the user palette belongs.

    Declaration

    property Repository: TdxChartPaletteRepository read;

    Property Value

    Type Description
    TdxChartPaletteRepository

    The parent user palette repository.

    Remarks

    All user palettes within the same repository always have unique names. If an assigned name matches another stored user palette’s name or a standard palette name, an exception occurs.

    Tip

    While user palettes in different repositories can have matching names, we recommend that you define unique names for all palettes in the same application project.

    See Also