Specifies how axis labels are placed on the axis.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum GraphAxisLabelPlacement
Fields
Labels at max value of the related axis.
C#
AtMaximum = 3
Labels at min value of the related axis.
C#
AtMinimum = 2
Follows the axis.
C#
NextToAxis = 1
No axis labels.
C#
None = 0