ChartAnchorAlignments Enumeration
Represents the possible alignment options of an annotation anchor.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration ChartAnchorAlignments
'Usage
Dim instance As ChartAnchorAlignments
public enum ChartAnchorAlignments
public enum class ChartAnchorAlignments
type ChartAnchorAlignments
public enum ChartAnchorAlignments
Members
| Member name | Description | |
|---|---|---|
| Center | Anchor to the center. | |
| Top | Anchor to the top. | |
| TopLeft | Anchor to the top left corner. | |
| TopRight | Anchor to the top right corner. | |
| Left | Anchor to the left. | |
| Right | Anchor to the right. | |
| BottomRight | Anchor to the bottom right corner. | |
| Bottom | Anchor to the bottom. | |
| BottomLeft | Anchor to the bottom left corner. |