LegendCellColumn.MaximumWidth 属性
定义
获取或设置图例单元列的最大宽度。Gets or sets the maximum width of the legend cell column.
public:
virtual property int MaximumWidth { int get(); void set(int value); };
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.IntNanValueConverter))]
public virtual int MaximumWidth { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.IntNanValueConverter))>]
member this.MaximumWidth : int with get, set
Public Overridable Property MaximumWidth As Integer
属性值
一个 integer 值,该值表示图例单元列的最大宽度。An integer value that represents the maximum width of the legend cell column. 默认值为负一 (-1),这表示将自动计算最大宽度。The default value is minus one (-1), which means that the maximum width is automatically calculated.
- 属性