Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 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

TdxChartVisualElementAppearance.ParentBackground Property

Specifies if the visual element uses background fill settings of its parent.

#Declaration

Delphi
property ParentBackground: Boolean read; write;

#Property Value

Type Description
Boolean

True if the visual element uses background fill settings of its parent object; otherwise, False.

#Remarks

The FillOptions property defines the visual element’s background fill settings if the ParentBackground property is not published or set to False.

See Also