ChartAxisLabelRotation Enum

Definition

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

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.

Applies to