TdxChartControl.ParentFont Property
Specifies if the Chart control inherits font settings from its parent.
Declaration
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.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