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