ComponentOne FlexChart for WinForms
ItemMaxWidth Property


C1.Win.Chart Namespace > Legend Class : ItemMaxWidth Property
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

Reference

Legend Class
Legend Members