Énumération ChartAnnotationAlignments
Represents the possible alignment options of a chart annotation.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Enumeration ChartAnnotationAlignments
'Utilisation
Dim instance As ChartAnnotationAlignments
public enum ChartAnnotationAlignments
public enum class ChartAnnotationAlignments
type ChartAnnotationAlignments
public enum ChartAnnotationAlignments
Membres
| Nom de membre | Description | |
|---|---|---|
| Center | Align annotation to the center. | |
| Top | Align annotation to the top. | |
| TopLeft | Align annotation to the top left corner. | |
| TopRight | Align annotation to the top right corner. | |
| Left | Align annotation to the left. | |
| Right | Align annotation to the right. | |
| BottomRight | Align annotation to the bottom right corner. | |
| Bottom | Align annotation to the bottom. | |
| BottomLeft | Align annotation to the bottom left corner. |