TdxChartVisualElementAppearance.ParentBackground Property
In This Article
Specifies if the visual element uses background fill settings of its parent.
#Declaration
Delphi
property ParentBackground: Boolean read; write;
#Property Value
Type | Description |
---|---|
Boolean |
|
#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