共用方式為


ChartArea.Position 屬性

定義

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

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

屬性值

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

屬性

備註

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

此屬性所使用的座標 (0,0 到 100,100) 與整個圖表影像有關。

適用於