TdxChartCustomLabels.MaxLineCount Property
Specifies the maximum line count in value labels.
Declaration
property MaxLineCount: Integer read; write; default 0;
Property Value
Type | Default | Description |
---|---|---|
Integer | 0 | 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