GaugeBarStarts 枚举
Specifies for a GaugePointer where the pointer will start if it is of type Bar.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Enumeration GaugeBarStarts
用法
Dim instance As GaugeBarStarts
public enum GaugeBarStarts
public enum class GaugeBarStarts
type GaugeBarStarts
public enum GaugeBarStarts
成员
成员名称 | 说明 | |
---|---|---|
ScaleStart | The bar starts from the starting point of the GaugeScale. | |
Zero | The bar starts from the zero point of the GaugeScale. |