Skip to main content

TdxChartVisualElementAppearance.ParentBackground Property

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

Declaration

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