TdxChartControl.ParentFont Property
In This Article
Specifies if the Chart control inherits font settings from its parent.
#Declaration
Delphi
property ParentFont; default False;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | 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.Parent
property is set to True
, the Parent
property value automatically changes to False
.
#Default Value
The ParentFont
property’s default value is False
.
See Also