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


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

Syntax

Visual Basic (Declaration)  
<DefaultValueAttribute()>
<DescriptionAttribute("Legend column minimum 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")>
Public Overridable Property MinimumWidth As Integer
Visual Basic (Usage) Copy Code
Dim instance As LegendCellColumn
Dim value As Integer
 
instance.MinimumWidth = value
 
value = instance.MinimumWidth
C#  
[DefaultValueAttribute()]
[DescriptionAttribute("Legend column minimum 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")]
public virtual int MinimumWidth {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