共用方式為


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

成員

成員名稱 說明
BottomCenter Align to bottom center.
BottomLeft Align to the bottom left corner.
BottomRight Align to the bottom right corner.
LeftBottom Align to the bottom left corner.
LeftCenter Align to left center.
LeftTop Align to the top left corner.
RightBottom Align to the bottom right corner.
RightCenter Align to right center.
RightTop Align to the top right corner.
TopCenter Align to top center.
TopLeft Align to the top left corner.
TopRight Align to the top right corner.

請參閱

參考

Microsoft.ReportingServices.RdlObjectModel 命名空間