ChartAxisLabelRotation 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.
Specifies the rotation increment for the axis labels to automatically fit within the Chart.
public enum class ChartAxisLabelRotation
public enum ChartAxisLabelRotation
type ChartAxisLabelRotation =
Public Enum ChartAxisLabelRotation
- Inheritance
-
ChartAxisLabelRotation
Fields
Name | Value | Description |
---|---|---|
None | 0 | Do not rotate axis labels. |
Rotate30 | 1 | Rotate axis labels in 30 degree increments. |
Rotate45 | 2 | Rotate axis labels in 45 degree increments. |
Rotate90 | 3 | Rotate axis labels in 90 degree increments. |