ChartArea.Position 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个 ElementPosition 对象,该对象定义 ChartArea 对象在 Chart 内的位置。
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 对象,该对象定义某个图表区域对象在图表图像内的位置。
- 属性
注解
此属性定义对象在中的位置 ChartArea Chart ,包括刻度线、轴标签等。
用于此属性的坐标 (0,0到 100100) 与整个图表图像相关。