ChartLegendPositions 枚举
Specifies the position of the legend.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Enumeration ChartLegendPositions
用法
Dim instance As ChartLegendPositions
public enum ChartLegendPositions
public enum class ChartLegendPositions
type ChartLegendPositions
public enum ChartLegendPositions
成员
| 成员名称 | 说明 | |
|---|---|---|
| RightTop | Position legend at right top. | |
| TopLeft | Position legend at top left. | |
| TopCenter | Position legend at top center. | |
| TopRight | Position legend at top right. | |
| LeftTop | Position legend at left top. | |
| LeftCenter | Position legend at left center. | |
| LeftBottom | Position legend at left bottom. | |
| RightCenter | Position legend at right center. | |
| RightBottom | Position legend at right bottom. | |
| BottomLeft | Position legend at bottom left. | |
| BottomCenter | Position legend at bottom center. | |
| BottomRight | Position legend at bottom right. |