Перечисление ChartAnchorAlignments

Represents the possible alignment options of an annotation anchor.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Enumeration ChartAnchorAlignments
'Применение
Dim instance As ChartAnchorAlignments
public enum ChartAnchorAlignments
public enum class ChartAnchorAlignments
type ChartAnchorAlignments
public enum ChartAnchorAlignments

Элементы

Имя элемента Описание
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.