Enumeração ScaleRangePlacements
Specifies where the ScaleRange within a GaugeScale should be placed relative to the GaugeScale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Enumeration ScaleRangePlacements
'Uso
Dim instance As ScaleRangePlacements
public enum ScaleRangePlacements
public enum class ScaleRangePlacements
type ScaleRangePlacements
public enum ScaleRangePlacements
Membros
Nome do membro | Descrição | |
---|---|---|
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. |