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.