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