Back to Devexpress

TdxChartCustomLabels.MaxLineCount Property

vcl-dxchartcore-dot-tdxchartcustomlabels-84d85158.md

latest937 B
Original Source

TdxChartCustomLabels.MaxLineCount Property

Specifies the maximum line count in value labels.

Declaration

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

Property Value

TypeDefaultDescription
Integer0

The maximum line count in value labels.

|

Remarks

Use the MaxLineCount property to limit the number of lines in value labels if their maximum width is limited.

Default Value

The MaxLineCount property’s default value is 0.

The default MaxLineCount property value indicates that the line count in value labels is not limited.

See Also

TdxChartCustomLabels Class

TdxChartCustomLabels Members

dxChartCore Unit