EnumAngularAxisLabelOrientation
Enum
The orientation of the angular axis labels.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public enum AngularAxisLabelOrientation
Fields
Circular
Labels are arranged in circle.
Declaration
cs-api-definition
Circular = 0
Field Value
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]
Fixed
Labels are arranged at a fixed angle.
Declaration
cs-api-definition
Fixed = 1
Field Value
Remarks
All labels will have the same angle equal to the value of the LabelAngle property of the axis.