ChartAnnotationAlignments 枚举
Represents the possible alignment options of a chart annotation.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
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. |