Dundas.SharePoint.Charting.WebParts Send comments on this topic.
MaximumWidth Property
See Also 
Dundas.Charting.WebControl Namespace > LegendCellColumn Class : MaximumWidth Property


Legend column maximum width (as a percentage of legend font size). Set this property to -1 for automatic calculation.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Legend column maximum width (as a percentage of legend font size). Set this property to -1 for automatic calculation.")>
<TypeConverterAttribute("Dundas.Charting.WebControl.Design.IntNanValueConverter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")>
<CategoryAttribute("Size")>
<DefaultValueAttribute()>
Public Overridable Property MaximumWidth As Integer
Visual Basic (Usage) Copy Code
Dim instance As LegendCellColumn
Dim value As Integer
 
instance.MaximumWidth = value
 
value = instance.MaximumWidth
C#  
[DescriptionAttribute("Legend column maximum width (as a percentage of legend font size). Set this property to -1 for automatic calculation.")]
[TypeConverterAttribute("Dundas.Charting.WebControl.Design.IntNanValueConverter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")]
[CategoryAttribute("Size")]
[DefaultValueAttribute()]
public virtual int MaximumWidth {get; set;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also