Annotation.Width 属性
定义
获取或设置批注的宽度(以像素为单位)。Gets or sets the width, in pixels, of an annotation.
public:
virtual property double Width { double get(); void set(double value); };
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.DoubleNanValueConverter))]
public virtual double Width { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.DoubleNanValueConverter))>]
member this.Width : double with get, set
Public Overridable Property Width As Double
属性值
一个 double 值,表示批注的宽度。A double value that represents the width of an annotation.
- 属性
注解
有关详细信息,请参阅 Height 属性说明。For more information, see the Height property description.