LegendCellColumn.MinimumWidth Propriedade
Definição
Obtém ou define a largura mínima da coluna da célula da legenda.Gets or sets the minimum width of the legend cell column.
public:
virtual property int MinimumWidth { int get(); void set(int value); };
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.IntNanValueConverter))]
public virtual int MinimumWidth { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.IntNanValueConverter))>]
member this.MinimumWidth : int with get, set
Public Overridable Property MinimumWidth As Integer
Valor da propriedade
Um integer valor que representa a largura mínima da coluna de célula da legenda.An integer value that represents the minimum width of the legend cell column. O valor padrão é menos um (-1), o que significa que a largura mínima é calculada automaticamente.The default value is minus one (-1), which means that the minimum width is automatically calculated.
- Atributos