Partager via


Énumération ChartAnchorAlignments

Represents the possible alignment options of an annotation anchor.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

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

Membres

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