MaxChars Property

The MaxChars property returns or sets the maximum characters to be displayed in label. Returns a Short.

Syntax

object.MaxChars

object.MaxChars = MaxChars

 

Parameter Type Description
MaxChars Short required, number of characters

 

Example

This example shows how to set the maximum number of characters used by a label.

LabelFormat.maxChars = 2

 

Used by: AutoLabelFormat object