다음을 통해 공유


ChartAnnotationAlignments 열거형

Represents the possible alignment options of a chart annotation.

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

구문

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

멤버

멤버 이름 설명
Center Align annotation to the center.
Top Align annotation to the top.
TopLeft Align annotation to the top left corner.
TopRight Align annotation to the top right corner.
Left Align annotation to the left.
Right Align annotation to the right.
BottomRight Align annotation to the bottom right corner.
Bottom Align annotation to the bottom.
BottomLeft Align annotation to the bottom left corner.