ChartAlignOrientations 열거형
Specifies in which directions the chart area should be aligned with the target chart area.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Enumeration ChartAlignOrientations
‘사용 방법
Dim instance As ChartAlignOrientations
public enum ChartAlignOrientations
public enum class ChartAlignOrientations
type ChartAlignOrientations
public enum ChartAlignOrientations
멤버
멤버 이름 | 설명 | |
---|---|---|
None | No alignment should be applied. | |
Vertical | Vertical alignment should be applied. | |
Horizontal | Horizontal alignment should be applied. | |
All | Both vertical and horizontal alignment should be applied. |