Перечисление ChartAlignOrientations
Specifies in which directions the chart area should be aligned with the target chart area.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Enumeration ChartAlignOrientations
'Применение
Dim instance As ChartAlignOrientations
public enum ChartAlignOrientations
public enum class ChartAlignOrientations
type ChartAlignOrientations
public enum ChartAlignOrientations
Элементы
| Имя элемента | Описание | |
|---|---|---|
| None | No alignment should be applied. | |
| Vertical | Vertical alignment should be applied. | |
| Horizontal | Horizontal alignment should be applied. | |
| All | Both vertical and horizontal alignment should be applied. |