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.