Annotation.Width 属性

定义

获取或设置批注的宽度(以像素为单位)。

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

一个 double 值,表示批注的宽度。

属性

注解

有关详细信息,请参阅 Height 属性说明。

适用于