Skip to main content
All docs
V25.2
  • TdxChartStandardPaletteRepository.GetAll Method

    Returns all predefined chart palettes.

    Declaration

    class function GetAll: TArray<TdxChartPalette>;

    Returns

    Type Description
    TArray<T>

    The array of all predefined chart palettes.

    Remarks

    You can use the Count property to identify the number of predefined chart palettes.

    See Also