Dundas Chart for ASP.NET
MinimumWidth Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > LegendCellColumn Class : MinimumWidth Property


Gets or sets the legend cell column's minimum width.
Legend column minimum width (as a percentage of legend font size). Set this property to -1 for automatic calculation.

Syntax

Visual Basic (Declaration)  
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#  
public virtual int MinimumWidth {get; set;}

Return Value

An integer value that represents the minimum width of the legend cell column.  Defaults to -1, meaning that the minimum width is automatically calculated.

Remarks

You can set this property to -1 for automatic calculation of the minimum width.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.