Énumération GaugeLabelPlacements
Specifies where the labels within a GaugeScale should be placed relative to the GaugeScale.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Enumeration GaugeLabelPlacements
'Utilisation
Dim instance As GaugeLabelPlacements
public enum GaugeLabelPlacements
public enum class GaugeLabelPlacements
type GaugeLabelPlacements
public enum GaugeLabelPlacements
Membres
| Nom de membre | Description | |
|---|---|---|
| Inside | The labels are placed inside the GaugeTickMarks within the GaugeScale. | |
| Outside | The labels are placed outside the GaugeTickMarks within the GaugeScale. | |
| Cross | The labels are placed across the GaugeTickMarks within the GaugeScale. |