ChartArea.AlignmentStyle 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
의 맞춤 스타일을 ChartArea가져오거나 설정합니다.
public:
property System::Windows::Forms::DataVisualization::Charting::AreaAlignmentStyles AlignmentStyle { System::Windows::Forms::DataVisualization::Charting::AreaAlignmentStyles get(); void set(System::Windows::Forms::DataVisualization::Charting::AreaAlignmentStyles value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.AreaAlignmentStyles AlignmentStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.AlignmentStyle : System.Windows.Forms.DataVisualization.Charting.AreaAlignmentStyles with get, set
Public Property AlignmentStyle As AreaAlignmentStyles
속성 값
AreaAlignmentStyles 사용할 맞춤을 정의하는 여러 값의 단일 값 또는 비트 OR을 나타낼 수 있는 열거형 값입니다.
- 특성
설명
AlignmentStyle 두 개 이상의 차트 영역을 가로, 세로 또는 둘 다 정렬하려면 이 속성을 사용합니다. 맞춤 유형은 다음 값 중 하나이거나 아래 값의 비트 OR 조합입니다.
| 멤버 이름 | 설명 |
|---|---|
| 전체 | 차트 영역은 모든 값을 사용하여 정렬됩니다. |
| AxesView | 차트 영역은 지정된 뷰를 사용하여 정렬됩니다 ChartArea. |
| Cursor | 차트 영역은 커서에 맞춰집니다. |
| 없음 | 차트 영역은 자동으로 정렬되지 않습니다. |
| 위치 | 차트 영역은 지정된 차트 영역과 정렬 Position 됩니다. |
| InnerPlotPosition | 차트 영역은 지정된 차트 영역과 정렬 InnerPlotPosition 됩니다. |
값이 AlignWithChartArea 설정되지 않은 경우 속성은 AlignmentStyle 영향을 주지 않습니다.