TdxChartTitleCollectionItem.WordWrap Property
Specifies if word wrap is enabled.
Declaration
property WordWrap: Boolean read; write; default False;
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
.
See Also