TdxChartStandardPaletteRepository.GetAll Method
In This Article
Returns all predefined chart palettes.
#Declaration
Delphi
class function GetAll: TArray<TdxChartPalette>;
#Returns
Type | Description |
---|---|
TArray |
The array of all predefined chart palettes. |
#Remarks
You can use the Count property to identify the number of predefined chart palettes.
See Also