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. |