Partager via


Énumération ScaleRangePlacements

Specifies where the ScaleRange within a GaugeScale should be placed relative to the GaugeScale.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Enumeration ScaleRangePlacements
'Utilisation
Dim instance As ScaleRangePlacements
public enum ScaleRangePlacements
public enum class ScaleRangePlacements
type ScaleRangePlacements
public enum ScaleRangePlacements

Membres

Nom de membre Description
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.