Back to Devexpress

TdxChartVisualElementTitle.WordWrap Property

vcl-dxchartcore-dot-tdxchartvisualelementtitle-afc09ca6.md

latest1.0 KB
Original Source

TdxChartVisualElementTitle.WordWrap Property

Specifies if word wrap is enabled.

Declaration

delphi
property WordWrap: Boolean read; write;

Property Value

TypeDefaultDescription
BooleanFalse

True if word wrap is enabled; otherwise, 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

TdxChartVisualElementTitle Class

TdxChartVisualElementTitle Members

dxChartCore Unit