TdxChartPaletteRepository.CreateItemFromFile(string) Method
In This Article
Loads a user palette from a file.
#Declaration
Delphi
function CreateItemFromFile(const AFileName: string): TdxChartUserPalette;
#Parameters
Name | Type | Description |
---|---|---|
AFile |
string | The absolute or relative path to the source palette file. Note The source file must contain a user palette created by a Tdx |
#Returns
Type | Description |
---|---|
Tdx |
The loaded user palette. |
See Also