Table of Contents

TTMSFNCChartAppearance Class

Controls global chart color scheme, color list, and font-propagation settings.

API unit family: TMSFNCChart Inherits from: TPersistent

Syntax

TTMSFNCChartAppearance = class(TPersistent)

Properties

Name Description
ColorList Custom color list used when ColorScheme is ccsColorList.
ColorScheme Selects which color source is used to assign colors to series.
GlobalFont Global font settings that can propagate a single attribute change to all chart text elements.
MonochromeColor Base color used to generate shades when ColorScheme is ccsMonochromatic.

Methods

Name Description
GetColorSchemeName Returns the display name of the specified color scheme.

Events

Name Description
OnChange Fires when the settings object changes.