ChartCellAlignment 열거형
The text alignment of a cell in the custom legend item.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public Enumeration ChartCellAlignment
‘사용 방법
Dim instance As ChartCellAlignment
public enum ChartCellAlignment
public enum class ChartCellAlignment
type ChartCellAlignment
public enum ChartCellAlignment
멤버
멤버 이름 | 설명 | |
---|---|---|
Center | Align the text at the center. | |
Top | Align the text at top center. | |
TopLeft | Align the text at top left. | |
TopRight | Align the text at top right. | |
Left | Align the text at left center. | |
Right | Align the text at right center. | |
BottomRight | Align the text at bottom right. | |
Bottom | Align the text at bottom center. | |
BottomLeft | Align the text at bottom left. |