TdxChartTitles.Visible Property
In This Article
Specifies if Chart titles are visible.
#Declaration
Delphi
property Visible: Boolean read; write; default True;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | True |
|
#Remarks
Use the Visible
property to hide or display all chart titles simultaneously. To hide or display individual titles, use their Visible property.
#Default Value
The Visible
property’s default value is True
.
See Also