GaugeLabelPlacements 枚举
Specifies where the labels within a GaugeScale should be placed relative to the GaugeScale.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Enumeration GaugeLabelPlacements
用法
Dim instance As GaugeLabelPlacements
public enum GaugeLabelPlacements
public enum class GaugeLabelPlacements
type GaugeLabelPlacements
public enum GaugeLabelPlacements
成员
成员名称 | 说明 | |
---|---|---|
Inside | The labels are placed inside the GaugeTickMarks within the GaugeScale. | |
Outside | The labels are placed outside the GaugeTickMarks within the GaugeScale. | |
Cross | The labels are placed across the GaugeTickMarks within the GaugeScale. |