LegendCellColumn.MinimumWidth Property

.NET Framework (current version)
 

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

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

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

Property Value

Type: System.Int32

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

.NET Framework
Available since 4.0
Return to top
Show: