TCustomdxOrgChartReportLink.FullExpand Property
In This Article
Determines whether chart objects are expanded.
#Declaration
Delphi
property FullExpand: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Use the FullExpand property to collapse or expand chart objects.
The default value of this property is False.
See Also