ChartAreaAlignOrientations 열거형
Specifies in which directions the chart area should be aligned with the target chart area.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public Enumeration ChartAreaAlignOrientations
‘사용 방법
Dim instance As ChartAreaAlignOrientations
public enum ChartAreaAlignOrientations
public enum class ChartAreaAlignOrientations
type ChartAreaAlignOrientations
public enum ChartAreaAlignOrientations
멤버
멤버 이름 | 설명 | |
---|---|---|
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. |