共用方式為


ChartArea.Position 屬性

定義

取得或設定 ElementPosition 物件,定義 ChartAreaChart 物件的位置。

public:
 property System::Web::UI::DataVisualization::Charting::ElementPosition ^ Position { System::Web::UI::DataVisualization::Charting::ElementPosition ^ get(); void set(System::Web::UI::DataVisualization::Charting::ElementPosition ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.ElementPositionConverter))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.ElementPosition Position { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.ElementPositionConverter))>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.Position : System.Web.UI.DataVisualization.Charting.ElementPosition with get, set
Public Property Position As ElementPosition

屬性值

ElementPosition

ElementPosition 物件,定義圖表影像中圖表區域物件的位置。

屬性

備註

這個屬性會定義物件在中的位置 ChartArea Chart ,並包含刻度標記、軸標籤等等。

用於此屬性的座標 (0、0到 100100) 與整個圖表影像相關。

適用於