Back to Devexpress

TdxChartVisualElementTitle.MaxLineCount Property

vcl-dxchartcore-dot-tdxchartvisualelementtitle-0684c6df.md

latest867 B
Original Source

TdxChartVisualElementTitle.MaxLineCount Property

Specifies the maximum line count in the title.

Declaration

delphi
property MaxLineCount: Integer read; write; default 0;

Property Value

TypeDefaultDescription
Integer0

The maximum line count in the title.

|

Remarks

Use the MaxLineCount property to limit the number of lines in the title if the WordWrap property is set to True.

Default Value

The MaxLineCount property’s default value is 0.

See Also

TdxChartVisualElementTitle Class

TdxChartVisualElementTitle Members

dxChartCore Unit