Skip to main content

TdxFcItem.ParentFont Property

Specifies if the chart symbol or connection updates the font settings from the control.

Declaration

property ParentFont: Boolean read; write;

Property Value

Type
Boolean

Remarks

Set this property to False or True to forbid or allow the chart symbol or connection to import the font settings from the control every time they change.

Note

If you modify the chart element‘s font settings via the Font property, the control sets the ParentFont property value to False.

The default ParentFont property value is True.

See Also