MapLabelPosition 枚举
Represents the label positions for the map gridlines.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Enumeration MapLabelPosition
用法
Dim instance As MapLabelPosition
public enum MapLabelPosition
public enum class MapLabelPosition
type MapLabelPosition
public enum MapLabelPosition
成员
| 成员名称 | 说明 | |
|---|---|---|
| Near | The labels are positioned at the top of the gridlines. | |
| OneQuarter | The labels are positioned between the top and center of the gridlines. | |
| Center | The labels are positioned at the center of the gridlines. | |
| ThreeQuarters | The labels are positioned between the center and bottom of the gridlines. | |
| Far | The labels are positioned at the bottom of the gridlines. |