共用方式為


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.