TdxChartVisualElementTitle.WordWrap Property
In This Article
Specifies if word wrap is enabled.
#Declaration
Delphi
property WordWrap: Boolean read; write;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | False |
|
#Remarks
Set the WordWrap
property to True
to enable word wrapping in the title. You can use the MaxLineCount property to limit the number of title lines.
#Default Value
The WordWrap
property’s default value is False
.
Note
The TdxTrue
as the default Word
property value.
See Also