Table of Contents

TTMSFNCPieChart.SaveSettingsToFile Method

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

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

Syntax

procedure SaveSettingsToFile(AFileName: string; AAppearanceOnly: Boolean = False); virtual;

Parameters

Name Description
AFileName Full path of the output settings file.
AAppearanceOnly When True, only appearance settings are saved; when False, all settings including series are saved.