Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies in which directions the chart area should be aligned with the target chart area.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration ChartAlignOrientations
'Usage
Dim instance As ChartAlignOrientations
public enum ChartAlignOrientations
public enum class ChartAlignOrientations
type ChartAlignOrientations
public enum ChartAlignOrientations
Members
| Member name | Description | |
|---|---|---|
| All | Both vertical and horizontal alignment should be applied. | |
| Horizontal | Horizontal alignment should be applied. | |
| None | No alignment should be applied. | |
| Vertical | Vertical alignment should be applied. |