AreaAlignmentOrientations 열거형

정의

차트 영역의 맞춤 방향을 지정합니다.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

public enum class AreaAlignmentOrientations
[System.Flags]
public enum AreaAlignmentOrientations
[<System.Flags>]
type AreaAlignmentOrientations = 
Public Enum AreaAlignmentOrientations
상속
AreaAlignmentOrientations
특성

필드

All 3

차트 영역을 가로 및 세로로 맞춥니다.

Horizontal 2

차트 영역을 가로로 맞춥니다.

None 0

차트 영역을 자동으로 맞추지 않습니다.

Vertical 1

차트 영역을 세로로 맞춥니다.

설명

AreaAlignmentOrientations 열거형 세로 또는 가로 차트 영역의 같은 물리적 방향을 나타냅니다.

반면,는 AreaAlignmentStyles 열거형 예: 차트 영역에 맞게 사용할 수 있는 커서 또는 내부 그림 위치에 차트 요소를 나타냅니다.

적용 대상