Skip to main content
All docs
V25.1
  • DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

    Take the survey Not interested

    TdxChartControl.ParentFont Property

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

    #Declaration

    Delphi
    property ParentFont; default False;

    #Property Value

    Type Default Description
    Boolean False

    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