共用方式為


LegendCell.ImageSize 屬性

定義

取得或設定圖例資料格中影像的大小。

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

屬性值

Size

Size 值,表示影像的大小。 預設值為 (0,0),表示要使用的影像原始大小。

屬性

備註

ImageSize屬性是用來明確設定圖例資料格影像的寬度和高度。

只有當屬性設定為時,才適用這個屬性 CellType Image

適用於