The orientation of the angular axis labels.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum AngularAxisLabelOrientation
Fields
Labels are arranged in circle.
C#
Circular = 0
Remarks:
The angle of the data-point is the base angle for the label. Additionally the LabelAngle property of the axis is taken into account. The overall angle of the label is [data-point angle] + [LabelAngle]
Labels are arranged at a fixed angle.
C#
Fixed = 1
Remarks:
All labels will have the same angle equal to the value of the LabelAngle property of the axis.