Перечисление ChartLegendItemAlignmentTypes
Represents the possible alignmnet options for a legend item in a chart.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Enumeration ChartLegendItemAlignmentTypes
'Применение
Dim instance As ChartLegendItemAlignmentTypes
public enum ChartLegendItemAlignmentTypes
public enum class ChartLegendItemAlignmentTypes
type ChartLegendItemAlignmentTypes
public enum ChartLegendItemAlignmentTypes
Элементы
| Имя элемента | Описание | |
|---|---|---|
| Center | Align to the center. | |
| Top | Align to the top. | |
| TopLeft | Align to the top left corner. | |
| TopRight | Align to the top right corner. | |
| Left | Align to the left. | |
| Right | Align to the right. | |
| BottomRight | Align to the bottom right corner. | |
| Bottom | Align to the bottom. | |
| BottomLeft | Align to the bottom left corner. |