다음을 통해 공유


ChartArea.InnerPlotPosition 속성

정의

차트 영역 개체의 ElementPosition 내부 플롯 위치를 정의하는 개체를 가져오거나 설정합니다.

public:
 property System::Windows::Forms::DataVisualization::Charting::ElementPosition ^ InnerPlotPosition { 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 InnerPlotPosition { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.ElementPositionConverter))>]
member this.InnerPlotPosition : System.Windows.Forms.DataVisualization.Charting.ElementPosition with get, set
Public Property InnerPlotPosition As ElementPosition

속성 값

개체의 ElementPosition 내부 플롯 위치를 정의하는 개체입니다 ChartArea .

특성

설명

이 속성은 InnerPlotPosition 데이터를 그리는 데 사용되는 차트 영역 요소 내에서 사각형을 정의합니다. 눈금 표시, 축 레이블 등을 제외합니다.

이 속성에 사용되는 좌표(0,0~100,100)는 전체Chart가 아니라 개체와 관련이 ChartArea 있습니다.

InnerPlotPosition 속성을 사용하여 여러 차트 영역을 정렬할 수 있습니다. 그러나 한 차트 영역에 눈금과 축 레이블이 있고 다른 차트 영역에는 눈금 레이블이 없으면 해당 축 선을 정렬할 수 없습니다.

중요합니다

이 속성은 생성된 차트 이미지의 크기를 변경하지 않고 원형 또는 도넛과 같은 차트의 크기를 변경하는 데 사용할 수도 있습니다.

전체 ChartArea 개체의 위치를 변경하려면 대신 속성을 사용합니다 Position .

적용 대상