Dundas Chart for Windows Forms
MaximumWidth Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > LegendCellColumn Class : MaximumWidth Property


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

Syntax

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

Return Value

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

Remarks

You can set this property to -1 for automatic calculation of the maximum 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

© 2009 All Rights Reserved.