ChartArea.Position 속성

정의

에서 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 차트 이미지 내에서 차트 영역 개체의 위치를 정의하는 개체입니다.

특성

설명

이 속성 내에서 개체ChartChartArea 위치를 정의 하 고 눈금 표시, 축 레이블 등을 포함 합니다.

이 속성에 사용되는 좌표(0,0~100,100)는 전체 차트 이미지와 관련이 있습니다.

적용 대상