Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the position of the ChartDataLabel.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration ChartDataLabelPositions
'Usage
Dim instance As ChartDataLabelPositions
public enum ChartDataLabelPositions
public enum class ChartDataLabelPositions
type ChartDataLabelPositions
public enum ChartDataLabelPositions
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| Auto | Position the ChartDataLabel automatically. | |
| Bottom | Position the ChartDataLabel at the bottom of the data point. | |
| BottomLeft | Position the ChartDataLabel at the bottom left of the data point. | |
| BottomRight | Position the ChartDataLabel at the bottom right of the data point. | |
| Center | Position the ChartDataLabel at the center of the data point. | |
| Left | Position the ChartDataLabel to the left of the data point. | |
| Outside | Position the ChartDataLabel outside the data point. | |
| Right | Position the ChartDataLabel to the right of the data point. | |
| Top | Position the ChartDataLabel at the top of the data point. | |
| TopLeft | Position the ChartDataLabel at the top left of the data point. | |
| TopRight | Position the ChartDataLabel at the top right of the data point. |