ChartArea.Position 属性

定义

获取或设置一个 ElementPosition 对象,该对象定义 ChartArea 对象在 Chart 内的位置。

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) 与整个图表图像相关。

适用于