TdxChartVisualElementTitle.WordWrap Property
Specifies if word wrap is enabled.
Declaration
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 TdxChartSimpleSeriesTotalLabel class defines True
as the default WordWrap
property value.
See Also