共用方式為


Annotation.Width 屬性

定義

取得或設定註解的寬度(像素)。

public:
 virtual property double Width { double get(); void set(double value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.DoubleNanValueConverter))]
public virtual double Width { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.DoubleNanValueConverter))>]
member this.Width : double with get, set
Public Overridable Property Width As Double

屬性值

這個 double 數值是圖表寬度的百分比。

屬性

備註

欲了解更多資訊,請參閱物業描述。Height

適用於