ScaleRangePlacements 열거형
Specifies where the ScaleRange within a GaugeScale should be placed relative to the GaugeScale.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public Enumeration ScaleRangePlacements
‘사용 방법
Dim instance As ScaleRangePlacements
public enum ScaleRangePlacements
public enum class ScaleRangePlacements
type ScaleRangePlacements
public enum ScaleRangePlacements
멤버
멤버 이름 | 설명 | |
---|---|---|
Inside | The ScaleRange is placed inside the GaugeTickMarks within the GaugeScale. | |
Outside | The ScaleRange is placed outside the GaugeTickMarks within the GaugeScale. | |
Cross | The ScaleRange is placed across the GaugeTickMarks within the GaugeScale. |