Class AxisTitleRotationAngle
Specifies the rotation angle for axis title in a chart.
Inheritance
System.Object
AxisTitleRotationAngle
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class AxisTitleRotationAngle : Enum
Fields
None
Rotate axis title based on axis type and opposed position
Declaration
public const AxisTitleRotationAngle None
Field Value
| Type |
|---|
| AxisTitleRotationAngle |
RotateBy0
Rotate axis title by 0 degrees
Declaration
public const AxisTitleRotationAngle RotateBy0
Field Value
| Type |
|---|
| AxisTitleRotationAngle |
RotateBy180
Rotate axis title by 180 degrees
Declaration
public const AxisTitleRotationAngle RotateBy180
Field Value
| Type |
|---|
| AxisTitleRotationAngle |
RotateBy270
Rotate axis title by 270 / -90 degrees
Declaration
public const AxisTitleRotationAngle RotateBy270
Field Value
| Type |
|---|
| AxisTitleRotationAngle |
RotateBy90
Rotate axis title by 90 degrees
Declaration
public const AxisTitleRotationAngle RotateBy90
Field Value
| Type |
|---|
| AxisTitleRotationAngle |