TdxChartUserPalette.LoadFromFile(string) Method
In This Article
Repopulates the user palette from a file.
#Declaration
Delphi
procedure LoadFromFile(const AFileName: string);
#Parameters
Name | Type | Description |
---|---|---|
AFile |
string | The path to the source palette file. Note The source file must contain a user palette created by a Save |
#Remarks
Call the LoadFromFile
or LoadFromStream procedure to repopulate the user palette from a file or stream with a previously saved palette.
See Also