다음을 통해 공유


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

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

적용 대상