다음을 통해 공유


GaugeLabelPlacements 열거형

Specifies where the labels within a GaugeScale should be placed relative to the GaugeScale.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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.