ChartLabelRotationTypes 枚举
The rotation increment for the axis labels to automatically fit within the Chart.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Enumeration ChartLabelRotationTypes
用法
Dim instance As ChartLabelRotationTypes
public enum ChartLabelRotationTypes
public enum class ChartLabelRotationTypes
type ChartLabelRotationTypes
public enum ChartLabelRotationTypes
成员
| 成员名称 | 说明 | |
|---|---|---|
| Rotate90 | Rotate axis labels in 90 degree increments. | |
| Rotate45 | Rotate axis labels in 45 degree increments. | |
| Rotate30 | Rotate axis labels in 30 degree increments. | |
| Rotate15 | Rotate axis labels in 15 degree increments. | |
| None | Do not rotate axis labels. |