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
成員
成員名稱 | 說明 | |
---|---|---|
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. |