다음을 통해 공유


ChartPositions 열거형

Represents the alignment positions of a chart element.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Enumeration ChartPositions
‘사용 방법
Dim instance As ChartPositions
public enum ChartPositions
public enum class ChartPositions
type ChartPositions
public enum ChartPositions

멤버

멤버 이름 설명
TopLeft Align to the top left corner.
TopCenter Align to top center.
TopRight Align to the top right corner.
LeftTop Align to the top left corner.
LeftCenter Align to left center.
LeftBottom Align to the bottom left corner.
RightTop Align to the top right corner.
RightCenter Align to right center.
RightBottom Align to the bottom right corner.
BottomRight Align to the bottom right corner.
BottomCenter Align to bottom center.
BottomLeft Align to the bottom left corner.