다음을 통해 공유


ChartArea.AlignWithChartArea 속성

정의

이 차트 영역을 정렬할 개체의 ChartArea 이름을 가져오거나 설정합니다.

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

속성 값

string 이 차트 영역을 정렬해야 하는 개체의 ChartArea 이름을 나타내는 값입니다. 기본값은 빈 문자열입니다.

특성

설명

AlignmentOrientationAlignmentStyle 속성을 사용하여 AlignWithChartArea두 개 이상의 차트 영역을 가로, 세로 또는 둘 다를 정렬하거나 동기화할 수 있습니다.

먼저 개체의 ChartArea 이름으로 속성을 설정합니다AlignWithChartArea. 그러면 이 차트 영역은 사용할 맞춤을 정의하는 설정과 AlignmentOrientation 맞춤을 설정하는 데 사용해야 하는 차트 영역의 요소를 정의하는 설정에 따라 AlignmentStyle 정렬됩니다.

속성이 AlignWithChartArea 설정되지 않은 경우 차트 영역은 설정과 AlignmentOrientation 관계없이 AlignmentStyle 정렬되지 않습니다.

적용 대상