ChartLabelRotationTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The rotation increment for the axis labels to automatically fit within the Chart.
public enum class ChartLabelRotationTypes
public enum ChartLabelRotationTypes
type ChartLabelRotationTypes =
Public Enum ChartLabelRotationTypes
- Inheritance
-
ChartLabelRotationTypes
Fields
Name | Value | Description |
---|---|---|
Rotate90 | 0 | Specifies the chart to Rotate 90. |
Rotate45 | 1 | Specifies the chart to Rotate 45. |
Rotate30 | 2 | Specifies the chart to Rotate 30. |
Rotate15 | 3 | Specifies the chart to Rotate 15. |
None | 4 | Specifies the chart to None rotation. |