Back to Devexpress

TdxChartControl.ParentFont Property

vcl-dxchartcontrol-dot-tdxchartcontrol-74142a87.md

latest1.4 KB
Original Source

TdxChartControl.ParentFont Property

Specifies if the Chart control inherits font settings from its parent.

Declaration

delphi
property ParentFont; default False;

Property Value

TypeDefaultDescription
BooleanFalse

True if the Chart control uses its parent font settings; otherwise, False.

|

Remarks

The Appearance.FontOptions property determines Chart control font settings. If the ParentFont property is set to True, the Appearance.FontOptions property imports parent font settings and is updated every time they change.

Note

If you change any setting of the Appearance.FontOptions property while the ParentFont property is set to True, the ParentFont property value automatically changes to False.

Default Value

The ParentFont property’s default value is False.

See Also

TdxCustomChartControl.Appearance Property

TdxChartControl Class

TdxChartControl Members

dxChartControl Unit