TTMSFNCChartAppearanceFont Class
Global font settings that propagate a single font attribute change to all chart text elements at once.
API unit family: TMSFNCChart
Inherits from: TPersistent
Syntax
TTMSFNCChartAppearanceFont = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Color | Font color applied to all chart text elements when this setting is propagated. |
| Name | Font name (typeface) applied to all chart text elements when this setting is propagated. |
| Scale | Font scale factor applied to all chart text elements when this setting is propagated. |
| Size | Font size applied to all chart text elements when this setting is propagated. |
| Style | Font style (bold, italic, etc.) applied to all chart text elements when this setting is propagated. |