GaugeBarStarts Enumeration
Specifies for a GaugePointer where the pointer will start if it is of type Bar.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Enumeration GaugeBarStarts
'Usage
Dim instance As GaugeBarStarts
public enum GaugeBarStarts
public enum class GaugeBarStarts
type GaugeBarStarts
public enum GaugeBarStarts
Members
Member name | Description | |
---|---|---|
ScaleStart | The bar starts from the starting point of the GaugeScale. | |
Zero | The bar starts from the zero point of the GaugeScale. |