TdxChartPaletteRepository.CreateItemFromStream(TStream) Method
In This Article
Loads a user palette from a stream.
#Declaration
Delphi
function CreateItemFromStream(const AStream: TStream): TdxChartUserPalette;
#Parameters
Name | Type | Description |
---|---|---|
AStream | TStream | The source stream. Note The source stream object at the current position must contain a user palette created by a Tdx |
#Returns
Type | Description |
---|---|
Tdx |
The loaded user palette. |
See Also