Enum GraphAxisLabelPlacement
Specifies how axis labels are placed on the axis.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public enum GraphAxisLabelPlacement
AtMaximum
Labels at max value of the related axis.
AtMinimum
Labels at min value of the related axis.
NextToAxis
Follows the axis.
None
No axis labels.