Table of Contents

TTMSFNCOHLCChart.SaveSettingsToStream Method

Saves the current chart settings to a stream in JSON format.

API unit family: TMSFNCChart Declaring type: TTMSFNCOHLCChart Inherited from: TTMSFNCChart

Syntax

procedure SaveSettingsToStream(AStream: TStream; AAppearanceOnly: Boolean = False); virtual;

Parameters

Name Description
AStream Target stream to write the settings to.
AAppearanceOnly When True, only appearance settings are saved.