LegendCellColumn.MaximumWidth Property

.NET Framework (current version)
 

Gets or sets the maximum width of the legend cell column.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

abstract MaximumWidth : int with get, set
override MaximumWidth : int with get, set

Property Value

Type: System.Int32

An integer value that represents the maximum width of the legend cell column. The default value is minus one (-1), which means that the maximum width is automatically calculated.

.NET Framework
Available since 4.0
Return to top
Show: