Gets or sets the max width of legend item.
Syntax
'Declaration
Public Property ItemMaxWidth As Integer
'Usage
Dim instance As Legend
Dim value As Integer
instance.ItemMaxWidth = value
value = instance.ItemMaxWidth
public int ItemMaxWidth {get; set;}
See Also