Skip to main content

TdxFcItem.Font Property

Specifies the chart symbol or connection font settings.

Declaration

property Font: TFont read; write;

Property Value

Type
TFont

Remarks

This property allows you to customize the font settings used to display the chart symbol and connection’s text string specified by using the Text property. The Font.Height and Font.Size properties automatically update by multiplying their current values by the DPI-aware form’s scaling factor every time it changes.

The Font property automatically updates by importing the font settings from the flow chart control every time they change if the ParentFont property is set to True.

Note

If you modify a chart symbol or connection’s font settings via the Font property the control sets the ParentFont property value to False.

See Also