MaxWidth Property (DataLabel)
In This Topic
Gets or sets the maximum width of data label.
Syntax
'Declaration
<C1DescriptionAttribute("DataLabel.MaxWidth", "Gets or sets the maximum width of data label.")>
Public Property MaxWidth As Integer
[C1Description("DataLabel.MaxWidth", "Gets or sets the maximum width of data label.")]
public int MaxWidth {get; set;}
See Also